Skip to content

Commit

Permalink
build_all.sh- use module mode go install
Browse files Browse the repository at this point in the history
  • Loading branch information
nektro committed Apr 17, 2022
1 parent da5ce85 commit 5f1628a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -e

GOPATH=$(go env GOPATH)
go get -v github.com/rakyll/statik
go install github.com/rakyll/statik@latest
$GOPATH/bin/statik -src="./www/" -f

./build_go.sh linux amd64

0 comments on commit 5f1628a

Please sign in to comment.