We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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