mirror of
https://gitlab.durp.info/durfy/ci-includes/yml.git
synced 2026-05-07 07:50:30 -05:00
update
This commit is contained in:
parent
47e74a9cab
commit
b1fc502fa1
1 changed files with 1 additions and 1 deletions
|
|
@ -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@v1.8.12
|
||||
swag init
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue