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 6ac93dd commit 0f212aaCopy full SHA for 0f212aa
.github/workflows/buildtest.yaml
@@ -27,7 +27,7 @@ jobs:
27
test:
28
runs-on: ubuntu-latest
29
steps:
30
- - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
+ - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
31
- uses: actions/cache@v4
32
with:
33
path: |
@@ -44,7 +44,7 @@ jobs:
44
- name: Set up Go
45
uses: actions/setup-go@v5
46
47
- go-version: 1.24.3
+ go-version: 1.25.0
48
49
- name: Set up gotestfmt
50
run: go install github.com/gotesttools/gotestfmt/v2/cmd/gotestfmt@latest
0 commit comments