diff --git a/Makefile b/Makefile index 6e5b2e8..479b101 100644 --- a/Makefile +++ b/Makefile @@ -97,7 +97,7 @@ else endif ifeq (, $(shell which swag)) - SWAGINSTALL := $(GOBINARY) install github.com/swaggo/swag/cmd/swag@latest + SWAGINSTALL := $(GOBINARY) install github.com/swaggo/swag/cmd/swag@v1.16.4 else SWAGINSTALL := endif