Skip to content

Commit

Permalink
Switch to Go 1.16 to support macOS arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
dbast authored and jesseduffield committed Feb 23, 2021
1 parent 9df133e commit b726dcc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v1
with:
go-version: 1.14.x
go-version: 1.16.x
- name: Run goreleaser
uses: goreleaser/goreleaser-action@v1
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v1
with:
go-version: 1.14.x
go-version: 1.16.x
- name: Cache build
uses: actions/cache@v1
with:
Expand Down

0 comments on commit b726dcc

Please sign in to comment.