From 47e74a9cabc36099a43d8d941754da09b6e886db Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Fri, 5 Apr 2024 09:00:14 -0500 Subject: [PATCH] update --- scripts/golang-build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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