-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(go): use 1.17 and enable windows/arm64 target. (#66)
- Loading branch information
Showing
6 changed files
with
31 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ jobs: | |
- name: Install Go | ||
uses: actions/setup-go@v2 | ||
with: | ||
go-version: 1.16 | ||
go-version: 1.17 | ||
- name: Checkout code | ||
uses: actions/checkout@v2 | ||
- name: Check go mod | ||
|
@@ -31,7 +31,7 @@ jobs: | |
- name: Install Go | ||
uses: actions/setup-go@v2 | ||
with: | ||
go-version: 1.16 | ||
go-version: 1.17 | ||
- uses: actions/checkout@v2 | ||
- name: lint | ||
uses: golangci/[email protected] | ||
|
@@ -46,7 +46,7 @@ jobs: | |
- name: Install Go | ||
uses: actions/setup-go@v2 | ||
with: | ||
go-version: 1.16 # test only the latest go version to speed up CI | ||
go-version: 1.17 # test only the latest go version to speed up CI | ||
- uses: actions/[email protected] | ||
with: | ||
path: ~/go/pkg/mod | ||
|
@@ -56,7 +56,7 @@ jobs: | |
- name: Setup gotestsum | ||
uses: autero1/[email protected] | ||
with: | ||
gotestsum_version: 1.6.1 | ||
gotestsum_version: 1.7.0 | ||
- name: Run tests | ||
run: gotestsum --format short-verbose ./pkg/... | ||
|
||
|
@@ -68,7 +68,7 @@ jobs: | |
- name: Install Go | ||
uses: actions/setup-go@v2 | ||
with: | ||
go-version: 1.16 # test only the latest go version to speed up CI | ||
go-version: 1.17 # test only the latest go version to speed up CI | ||
- uses: actions/[email protected] | ||
with: | ||
path: ~/go/pkg/mod | ||
|
@@ -78,7 +78,7 @@ jobs: | |
- name: Setup gotestsum | ||
uses: autero1/[email protected] | ||
with: | ||
gotestsum_version: 1.6.1 | ||
gotestsum_version: 1.7.0 | ||
- name: Run tests | ||
run: gotestsum --format short-verbose ./pkg/... | ||
|
||
|
@@ -90,7 +90,7 @@ jobs: | |
- name: Install Go | ||
uses: actions/setup-go@v2 | ||
with: | ||
go-version: 1.16 # test only the latest go version to speed up CI | ||
go-version: 1.17 # test only the latest go version to speed up CI | ||
- uses: actions/[email protected] | ||
with: | ||
path: ~/go/pkg/mod | ||
|
@@ -100,6 +100,6 @@ jobs: | |
- name: Setup gotestsum | ||
uses: autero1/[email protected] | ||
with: | ||
gotestsum_version: 1.6.1 | ||
gotestsum_version: 1.7.0 | ||
- name: Run tests | ||
run: gotestsum --format short-verbose ./pkg/... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters