switch to for installing swag

This commit is contained in:
FlomoN
2022-06-20 18:05:53 +02:00
parent 8697f091f3
commit 2da59980fe

View File

@@ -87,7 +87,7 @@ release:
git push origin $(VERSION)
swagger:
go get github.com/swaggo/swag/cmd/swag
go install github.com/swaggo/swag/cmd/swag
cd pkg/api && $$(go env GOPATH)/bin/swag init -g server.go
.PHONY: cue-mod