From 010ce5ff7a8e373121da396e8daee2d74c4500f1 Mon Sep 17 00:00:00 2001 From: Harvey Tindall Date: Thu, 17 Jul 2025 13:40:51 +0100 Subject: [PATCH] build: downgrade swaggo 1.16.5 has a nil pointer dereferencing bug, reported by lots of other people too. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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