We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f4d29d commit 411e1afCopy full SHA for 411e1af
.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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
31
- uses: actions/cache@v5
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.26.0
48
49
- name: Set up gotestfmt
50
run: go install github.com/gotesttools/gotestfmt/v2/cmd/gotestfmt@latest
0 commit comments