fix GOESBUILD for newer go versions

switched to 'go install' syntax. for #248.
This commit is contained in:
Harvey Tindall
2023-02-02 09:41:14 +00:00
parent 5d289ce023
commit d355b3167f
2 changed files with 9 additions and 1 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ npm:
@if [ "$(GOESBUILD)" = "off" ]; then\
npm install esbuild;\
else\
go get -u github.com/evanw/esbuild/cmd/esbuild;\
go install github.com/evanw/esbuild/cmd/esbuild@latest;\
fi
configuration: