build: downgrade swaggo

1.16.5 has a nil pointer dereferencing bug, reported by lots of other
people too.
This commit is contained in:
Harvey Tindall
2025-07-17 13:40:51 +01:00
parent bc4c63b998
commit 010ce5ff7a

View File

@@ -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