Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
Update the Go version to create the binary for M1 arch for Apple
  • Loading branch information
alejandrojnm authored Jul 13, 2021
1 parent bc0465d commit 34d310f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.14.x
go-version: 1.16.x
-
name: Import GPG key
id: import_gpg
Expand All @@ -34,4 +34,4 @@ jobs:
args: release --rm-dist
env:
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
GITHUB_TOKEN: ${{ secrets.GHTOKEN }}
GITHUB_TOKEN: ${{ secrets.GHTOKEN }}

0 comments on commit 34d310f

Please sign in to comment.