Skip to content

Commit

Permalink
🏗 Update workflows and add windows-arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
database64128 committed Aug 21, 2021
1 parent 9c5d7f4 commit 56ebbbb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: ^1.16.4
go-version: ^1.17

- name: Checkout codebase
uses: actions/checkout@v2
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ jobs:
goarch: arm64
- goos: linux
goarch: riscv64
- goos: windows
goarch: arm64
# BEGIN MIPS
- goos: linux
goarch: mips64
Expand Down Expand Up @@ -98,7 +100,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: ^1.16.4
go-version: ^1.17

- name: Get project dependencies
run: go mod download
Expand Down Expand Up @@ -169,7 +171,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: ^1.16.4
go-version: ^1.17

- uses: actions/download-artifact@v2
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 @@ -30,7 +30,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: ^1.16.4
go-version: ^1.17

- name: Checkout codebase
uses: actions/checkout@v2
Expand Down

0 comments on commit 56ebbbb

Please sign in to comment.