Skip to content

Commit

Permalink
Merge pull request #45 from hmiyado/update-go-version-in-release
Browse files Browse the repository at this point in the history
Update go version in release
  • Loading branch information
hmiyado authored Oct 24, 2022
2 parents 4ae43fb + 0ebf95e commit 501a267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
goversion: "1.18"
goversion: "1.19"
build_command: "make build"
binary_name: "four-keys"

0 comments on commit 501a267

Please sign in to comment.