diff --git a/scripts/golang-build.sh b/scripts/golang-build.sh index bdd35ea..0c982d0 100644 --- a/scripts/golang-build.sh +++ b/scripts/golang-build.sh @@ -6,7 +6,8 @@ export PATH=$PATH:$GOPATH/bin mkdir output -go install +#go install +go mod download # Check if go.mod contains "swag" if grep -q "swag" go.mod; then