build: downgrade swaggo
1.16.5 has a nil pointer dereferencing bug, reported by lots of other people too.
This commit is contained in:
@@ -97,7 +97,7 @@ else
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq (, $(shell which swag))
|
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
|
else
|
||||||
SWAGINSTALL :=
|
SWAGINSTALL :=
|
||||||
endif
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user