From c1fd65e7bb3b029a65dc3f82b531ee939b67688f Mon Sep 17 00:00:00 2001 From: wass3r <1301201+wass3r@users.noreply.github.com> Date: Sun, 14 Jul 2024 00:58:36 -0500 Subject: [PATCH] pin to version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 850acc461..7c7a3ca31 100644 --- a/Makefile +++ b/Makefile @@ -282,7 +282,7 @@ spec-install: @sudo apt-get update @sudo apt-get install -y jq moreutils @echo "### Installing go-swagger" - @go install github.com/go-swagger/go-swagger/cmd/swagger@latest + @go install github.com/go-swagger/go-swagger/cmd/swagger@v0.31.0 # The `spec-gen` target is intended to create an api-spec # using go-swagger (https://goswagger.io)