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 b645b97 + 5a421f5 commit 067e6aaCopy full SHA for 067e6aa
.github/workflows/release.yml
@@ -22,7 +22,7 @@ jobs:
22
echo "go_version=$GO_VERSION" >> $GITHUB_ENV
23
24
- name: Setup Go environment
25
- uses: actions/setup-go@v4.1.0
+ uses: actions/setup-go@v5.0.0
26
with:
27
go-version: "${{ env.go_version }}"
28
.github/workflows/test.yml
@@ -28,7 +28,7 @@ jobs:
29
30
31
32
33
34
0 commit comments