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 3ecea54 commit 3c2969fCopy full SHA for 3c2969f
.github/workflows/test.yml
@@ -16,7 +16,7 @@ jobs:
16
matrix:
17
go: ["1.24", "1.25"]
18
steps:
19
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
20
- uses: actions/setup-go@v6
21
with:
22
go-version: ${{ matrix.go }}
@@ -32,7 +32,7 @@ jobs:
32
name: Lint
33
runs-on: ubuntu-latest
34
35
36
37
38
go-version: "1.25"
0 commit comments