Skip to content

Commit 000cf7e

Browse files
committed
BUILD/MINOR: go-swagger: upgrade go-swagger to v0.32.3
Added GOTOOLCHAIN env to swagger-check.sh as go-swagger fails with 1.25.
1 parent 76f7cc2 commit 000cf7e

File tree

133 files changed

+1553
-741
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

133 files changed

+1553
-741
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PROJECT_PATH=${PWD}
22
DOCKER_HAPROXY_VERSION?=2.8
3-
SWAGGER_VERSION=v0.30.2
3+
SWAGGER_VERSION=v0.32.3
44
GO_VERSION:=${shell go mod edit -json | jq -r .Go}
55
GOLANGCI_LINT_VERSION=1.55.2
66

bin/swagger-check.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ V=$(./swagger version | grep version | awk 'NF>1{print $NF}')
33

44
case "$V" in
55
*$SWAGGER_VERSION*) echo "swagger version $V is OK" ;;
6-
*) echo "Detected $V, Installing $SWAGGER_VERSION"; GOBIN=$(pwd) go install "github.com/go-swagger/go-swagger/cmd/swagger@$SWAGGER_VERSION" ;;
6+
*) echo "Detected $V, Installing $SWAGGER_VERSION"; GOTOOLCHAIN=go1.24.6 GOBIN=$(pwd) go install "github.com/go-swagger/go-swagger/cmd/swagger@$SWAGGER_VERSION" ;;
77
esac

models/acl_files.go

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

models/acl_files_entries.go

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

models/acls.go

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

models/aws_region.go

Lines changed: 14 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

models/aws_regions.go

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)