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 2babdb5 + 63447c1 commit 63e222aCopy full SHA for 63e222a
.github/workflows/build.yml
@@ -15,7 +15,7 @@ jobs:
15
echo ::set-output name=go::$(grep '^FROM go' .github/go/Dockerfile | cut -d ' ' -f 2 | cut -d ':' -f 2)
16
echo "Using Go version ${{ steps.versions.outputs.go }}"
17
-
18
- uses: actions/setup-go@v4
+ uses: actions/setup-go@v5
19
with:
20
go-version: ${{ steps.versions.outputs.go }}
21
.github/workflows/release.yml
@@ -35,7 +35,7 @@ jobs:
35
36
37
name: Set up Go
38
39
40
41
0 commit comments