Skip to content

Commit

Permalink
Merge pull request #33 from kaleido-io/go-1-16
Browse files Browse the repository at this point in the history
Update to 1.16 to support arm64
  • Loading branch information
peterbroadhurst authored Feb 17, 2022
2 parents a523dff + eaa1bc9 commit 6e176f6
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 @@ -28,7 +28,7 @@ jobs:
name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.14
go-version: 1.16
-
name: Import GPG key
id: import_gpg
Expand All @@ -48,4 +48,4 @@ jobs:
env:
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
# GitHub sets this automatically
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 6e176f6

Please sign in to comment.