8000
We read every piece of feedback, and take your input very seriously.
To see all available 8000 qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acd5c24 commit 0e382c2Copy full SHA for 0e382c2
.github/workflows/ci.yaml
@@ -43,7 +43,7 @@ jobs:
43
key: ${{ runner.os }}-go-build-${{ hashFiles('**/go.**', '**.go') }}
44
45
# Install Go!
46
- - uses: actions/setup-go@v3
+ - uses: actions/setup-go@v5
47
with:
48
go-version: "~1.22"
49
.github/workflows/release.yaml
@@ -33,7 +33,7 @@ jobs:
33
path: ${{ steps.go-cache-paths.outputs.GOCACHE }}
34
35
36
37
38
39
0 commit comments