use swaggo 1.8.12

This commit is contained in:
2023-04-25 20:08:30 +02:00
parent b1bd278f9b
commit a1788bf75a

View File

@@ -37,7 +37,7 @@ docker: build
. .
swagger: 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" swag init -generalInfo api/router.go --propertyStrategy snakecase --output ./swagger/ --outputTypes "json,yaml"
run-docker-local: docker run-docker-local: docker