We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecf3b62 commit 0ce69a9Copy full SHA for 0ce69a9
.github/workflows/release.yml
@@ -61,7 +61,7 @@ jobs:
61
echo "go_version=$GO_VERSION" >> $GITHUB_ENV
62
63
- name: Setup Go environment
64
- uses: actions/setup-go@v2.1.5
+ uses: actions/setup-go@v3
65
with:
66
go-version: "${{ env.go_version }}"
67
.github/workflows/test.yml
@@ -28,7 +28,7 @@ jobs:
28
29
30
31
32
33
34
0 commit comments