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.
1 parent 97304c4 commit 8ee5b1bCopy full SHA for 8ee5b1b
.github/workflows/build.yml
@@ -20,7 +20,7 @@ jobs:
20
uses: actions/checkout@v3
21
22
- name: "Set up Go ${{ env.GO_VERSION }}"
23
- uses: actions/setup-go@v3
+ uses: actions/setup-go@v4
24
with:
25
go-version: "${{ env.GO_VERSION }}"
26
cache: true
@@ -41,7 +41,7 @@ jobs:
41
42
43
44
45
46
47
.github/workflows/release.yml
@@ -27,7 +27,7 @@ jobs:
27
fetch-depth: 0
28
29
30
31
32
33
0 commit comments