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 efb253c commit 4b4013aCopy full SHA for 4b4013a
.github/workflows/build.yml
@@ -20,7 +20,7 @@ jobs:
20
arch: "386"
21
steps:
22
- name: Set up Go
23
- uses: actions/setup-go@v3
+ uses: actions/setup-go@v4
24
with:
25
go-version: ${{ matrix.go }}
26
- name: Check out code
@@ -40,7 +40,7 @@ jobs:
40
runs-on: ubuntu-latest
41
42
43
44
45
go-version: "1.20"
46
.github/workflows/publish.yml
@@ -11,7 +11,7 @@ jobs:
11
12
13
14
15
16
17
- name: Fetch release from proxy
0 commit comments