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.
2 parents 5c0cbff + 02931d0 commit 0879a3aCopy full SHA for 0879a3a
.github/workflows/golang.yaml
@@ -31,7 +31,7 @@ jobs:
31
echo "GOLANG_VERSION=${GOLANG_VERSION##GOLANG_VERSION := }" >> $GITHUB_ENV
32
33
- name: Install Go
34
- uses: actions/setup-go@v5
+ uses: actions/setup-go@v6
35
with:
36
go-version: ${{ env.GOLANG_VERSION }}
37
@@ -61,7 +61,7 @@ jobs:
61
62
63
64
65
66
67
@@ -91,7 +91,7 @@ jobs:
91
echo "GOLANG_VERSION=${GOLANG_VERSION##GOLANG_VERSION ?= }" >> $GITHUB_ENV
92
93
94
95
96
97
0 commit comments