Skip to content

Commit

Permalink
Merge fix gox install
Browse files Browse the repository at this point in the history
  • Loading branch information
rekby authored Jun 10, 2022
2 parents 885de35 + 48585b6 commit 60ec238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/build-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export PATH="$GOROOT/bin:$PATH"
(
# prevent modify project's go.mod
cd /tmp
go get github.com/mitchellh/gox
go install github.com/mitchellh/gox@latest
)
export GOPATH="$TESTBUILD_DIR"
DEST="$GOPATH/src/github.com/rekby/lets-proxy2"
Expand Down

0 comments on commit 60ec238

Please sign in to comment.