From efa010210936e32c6fee31c1c98e90b9d1656900 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Fri, 5 Apr 2024 09:04:17 -0500 Subject: [PATCH] update --- scripts/golang-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/golang-build.sh b/scripts/golang-build.sh index f0256b8..b7298dd 100644 --- a/scripts/golang-build.sh +++ b/scripts/golang-build.sh @@ -12,7 +12,7 @@ go mod download # Check if go.mod contains "swag" if grep -q "swag" go.mod; then echo "Found 'swag' in go.mod. Running swag init..." - #go install github.com/swaggo/swag/cmd/swag@v1.8.12 + go install github.com/swaggo/swag/cmd/swag@latest swag init fi