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

Commit a0c7a0d

Browse files
committed
feat: Use Go 1.16.x to avoid darwin arm64 issue
1 parent f0d952d commit a0c7a0d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Setup Go
1313
uses: actions/setup-go@v1
1414
with:
15-
go-version: '1.14.x'
15+
go-version: '1.16.x'
1616
- name: Run GoReleaser
1717
uses: goreleaser/goreleaser-action@v1
1818
with:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup Go
1717
uses: actions/setup-go@v1
1818
with:
19-
go-version: '1.14.x'
19+
go-version: '1.16.x'
2020
- name: Checkout
2121
uses: actions/checkout@v2
2222
- name: Test

0 commit comments

Comments
 (0)