use swaggo 1.8.12

This commit is contained in:
Mike Schwörer 2023-04-25 20:08:30 +02:00
parent b1bd278f9b
commit a1788bf75a
Signed by: Mikescher
GPG Key ID: D3C7172E0A70F8CF
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ docker: build
.
swagger:
which swag || go install github.com/swaggo/swag/cmd/swag@latest
which swag || go install github.com/swaggo/swag/cmd/swag@v1.8.12
swag init -generalInfo api/router.go --propertyStrategy snakecase --output ./swagger/ --outputTypes "json,yaml"
run-docker-local: docker