Skip to content

Commit

Permalink
Update push-artifacts.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
joshspicer authored Jan 6, 2024
1 parent 3226c57 commit 600e666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
goversion: "1.18"
goversion: "1.21"
ldflags: "-X 'main.commit=${{ github.sha }}' -X 'main.version=${{ needs.create-release.outputs.tag_name }}'"
md5sum: FALSE
sha256sum: TRUE
Expand Down

0 comments on commit 600e666

Please sign in to comment.