Skip to content

Commit 594e1c2

Browse files
Merge pull request #68 from danielgtaylor/go-1.17
fix: build/release using Go 1.17 to support arm64
2 parents cfdc3e0 + 80d65fd commit 594e1c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ jobs:
99
- name: Setup go
1010
uses: actions/setup-go@v1
1111
with:
12-
go-version: "1.16"
12+
go-version: "1.17"
1313
- run: go test -coverprofile=coverage.txt -covermode=atomic ./...
1414
- uses: codecov/codecov-action@v1

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Go
1717
uses: actions/setup-go@v2
1818
with:
19-
go-version: 1.14
19+
go-version: 1.17
2020
- name: Run GoReleaser
2121
uses: goreleaser/goreleaser-action@v2
2222
with:

0 commit comments

Comments
 (0)