Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Commit

Permalink
ci: update binary build Go version to 1.18.1 (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemorris authored May 2, 2022
1 parent 8605cd3 commit 564ad2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
matrix:
goos: ["linux"]
goarch: ["arm", "arm64", "386", "amd64"]
go: ["1.17.9"]
go: ["1.18.1"]
fail-fast: true

name: Go ${{ matrix.go }} ${{ matrix.goos }} ${{ matrix.goarch }} build
Expand Down

0 comments on commit 564ad2b

Please sign in to comment.