We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4df5ad1 + c466109 commit 83dfa2eCopy full SHA for 83dfa2e
2 files changed
.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.0.0
+ uses: actions/setup-go@v4.0.1
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