Skip to content

Commit

Permalink
Use custom fork of go-cross-build
Browse files Browse the repository at this point in the history
to get better control over go version
  • Loading branch information
adamruzicka committed Oct 12, 2023
1 parent 794dea1 commit be756a6
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 @@ -28,7 +28,7 @@ jobs:
# - run: |
# go vet .
- name: Generate build files
uses: thatisuday/go-cross-build@v1.1.0
uses: adamruzicka/go-cross-build@1.19-alpine3.18
with:
platforms: 'linux/amd64'
package: '.'
Expand Down

0 comments on commit be756a6

Please sign in to comment.