We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 622ffcd commit 61b156fCopy full SHA for 61b156f
.github/workflows/buildtest.yaml
@@ -27,7 +27,7 @@ jobs:
27
test:
28
runs-on: ubuntu-latest
29
steps:
30
- - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
+ - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
31
- uses: actions/cache@v4
32
with:
33
path: |
@@ -44,7 +44,7 @@ jobs:
44
- name: Set up Go
45
uses: actions/setup-go@v6
46
47
- go-version: 1.25.0
+ go-version: 1.25.4
48
49
- name: Set up gotestfmt
50
run: go install github.com/gotesttools/gotestfmt/v2/cmd/gotestfmt@latest
0 commit comments