Skip to content

Commit c1ca6bf

Browse files
authored
chore: update go version to enable darwin/arm64 (m1) support (#787)
1 parent 231b483 commit c1ca6bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
name: Set up Go
2929
uses: actions/setup-go@v2
3030
with:
31-
go-version: 1.14
31+
go-version: 1.16
3232
-
3333
name: Import GPG key
3434
id: import_gpg

.github/workflows/unit-tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
tests:
88
strategy:
99
matrix:
10-
go-version: [1.14.x, 1.15.x]
10+
go-version: [1.14.x, 1.15.x, 1.16.x]
1111
platform: [ubuntu-latest]
1212
runs-on: ${{ matrix.platform }}
1313
steps:

0 commit comments

Comments
 (0)