Skip to content

Commit 61b156f

Browse files
chore(deps): update github workflows
Generated by renovateBot
1 parent 622ffcd commit 61b156f

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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
30+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
3131
- uses: actions/cache@v4
3232
with:
3333
path: |
@@ -44,7 +44,7 @@ jobs:
4444
- name: Set up Go
4545
uses: actions/setup-go@v6
4646
with:
47-
go-version: 1.25.0
47+
go-version: 1.25.4
4848

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

0 commit comments

Comments
 (0)