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 0f70b40 + 675eb7c commit 47a00f5Copy full SHA for 47a00f5
.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@v3
+ uses: actions/setup-go@v4
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