Skip to content

Commit

Permalink
Merge pull request #12 from tonobo/fix-ci
Browse files Browse the repository at this point in the history
Go 1.18 and ARM are not happy together
  • Loading branch information
sinuscosinustan authored May 6, 2022
2 parents 76f73c4 + 7828503 commit 16bf5e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.18.x
go-version: 1.17.x

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ jobs:
name: Test
strategy:
matrix:
go-version: [1.17.x, 1.18.x]
platform: [ubuntu-latest]
go-version: [1.17.x]
platform: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{matrix.platform}}
steps:
- name: Set up Go ${{matrix.go-version}}
Expand Down

0 comments on commit 16bf5e8

Please sign in to comment.