Skip to content

Commit

Permalink
fix(ci): replace go get with go install
Browse files Browse the repository at this point in the history
  • Loading branch information
ihexxa committed Apr 23, 2022
1 parent 93ad728 commit 603ee8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_be.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ rm -r dist && mkdir dist

# set this for builders behind GFW...
go env -w GOPROXY=https://goproxy.cn,direct
go get github.com/mitchellh/gox@v1.0.1
go install github.com/mitchellh/gox@v1.0.1
PATH=$PATH:$HOME/go/bin
cd cmd/start
gox \
Expand Down

0 comments on commit 603ee8b

Please sign in to comment.