Skip to content

Commit 0f212aa

Browse files
chore(deps): update github workflows
Generated by renovateBot
1 parent 6ac93dd commit 0f212aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/buildtest.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
test:
2828
runs-on: ubuntu-latest
2929
steps:
30-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
30+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
3131
- uses: actions/cache@v4
3232
with:
3333
path: |
@@ -44,7 +44,7 @@ jobs:
4444
- name: Set up Go
4545
uses: actions/setup-go@v5
4646
with:
47-
go-version: 1.24.3
47+
go-version: 1.25.0
4848

4949
- name: Set up gotestfmt
5050
run: go install github.com/gotesttools/gotestfmt/v2/cmd/gotestfmt@latest

0 commit comments

Comments
 (0)