Skip to content

Commit 0424d4c

Browse files
authored
Use Go 1.16 in release job
To make goreleaser recognize arm64, use go 1.16 here as well.
1 parent 904405c commit 0424d4c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/go.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ jobs:
3030
if: ${{ startsWith(github.ref, 'refs/tags/') && contains(fromJSON('["mxschmitt", "JonasProgrammer"]'), github.actor) }}
3131
steps:
3232
- uses: actions/checkout@v2
33+
- name: Set up Go
34+
uses: actions/setup-go@v2
35+
with:
36+
go-version: 1.16
3337
- name: Run GoReleaser
3438
uses: goreleaser/goreleaser-action@v2
3539
with:

0 commit comments

Comments
 (0)