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 e9ede2c commit 919303cCopy full SHA for 919303c
.github/workflows/assets.yml
@@ -18,7 +18,7 @@ jobs:
18
with:
19
fetch-depth: 1
20
21
- - uses: actions/setup-go@v5
+ - uses: actions/setup-go@v6
22
23
go-version-file: go.mod
24
.github/workflows/tests.yml
@@ -35,7 +35,7 @@ jobs:
35
36
fetch-depth: 0
37
38
39
40
go-version: ${{ matrix.go-version }}
41
0 commit comments