Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

Commit

Permalink
feat: Use Go 1.16.x to avoid darwin arm64 issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jmatsu committed Aug 29, 2022
1 parent f0d952d commit a0c7a0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,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
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.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: Checkout
uses: actions/checkout@v2
- name: Test
Expand Down

0 comments on commit a0c7a0d

Please sign in to comment.