From e11d7ef579f75c1efc98f5fd5a4d98b0983fa5c9 Mon Sep 17 00:00:00 2001 From: Meghan Denny Date: Sat, 7 Aug 2021 21:57:05 -0700 Subject: [PATCH] scripts- update build_all for new go --- scripts/build_all.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/build_all.sh b/scripts/build_all.sh index 00bdc43..2670e0e 100755 --- a/scripts/build_all.sh +++ b/scripts/build_all.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash init() { - go get -v -u github.com/rakyll/statik - $GOPATH/bin/statik -src="./www/" -f + go install github.com/rakyll/statik + ~/go/bin/statik -src="./www/" -f } build_template() { export CGO_ENABLED=1