Skip to content

Commit

Permalink
use latest gox for release build (#525)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenghaoz authored Aug 17, 2022
1 parent 6f265b4 commit b1e9727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v1

- name: Install gox
run: go install github.com/mitchellh/gox@latest
run: go install github.com/mitchellh/gox@master

- name: Build release
run: >
Expand Down

0 comments on commit b1e9727

Please sign in to comment.