Skip to content

Commit

Permalink
Merge pull request #108 from mattn/fix-workflows
Browse files Browse the repository at this point in the history
fix GitHub workflows
  • Loading branch information
mattn authored Jan 1, 2024
2 parents d0c0785 + 461c3d7 commit 712eee1
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 @@ -37,7 +37,7 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
goversion: "1.18"
goversion: "1.21"
project_path: ${{ matrix.project }}
binary_name: "relayer-${{ matrix.project }}-${{ matrix.goos }}-${{ matrix.goarch }}"
overwrite: true

0 comments on commit 712eee1

Please sign in to comment.