Dockerfile: update to go-swagger v0.33.1 (for go1.25)

full diff: https://github.com/go-swagger/go-swagger/compare/v0.32.3...v0.33.1

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2025-10-10 23:43:38 +02:00
parent 11e1368827
commit b4c3b29245

View File

@@ -90,7 +90,7 @@ ARG TARGETPLATFORM
# GO_SWAGGER_VERSION specifies the version of the go-swagger binary to install. # GO_SWAGGER_VERSION specifies the version of the go-swagger binary to install.
# Go-swagger is used in CI for generating types from swagger.yaml in # Go-swagger is used in CI for generating types from swagger.yaml in
# hack/validate/swagger-gen # hack/validate/swagger-gen
ARG GO_SWAGGER_VERSION=v0.32.3 ARG GO_SWAGGER_VERSION=v0.33.1
RUN --mount=type=cache,target=/root/.cache/go-build,id=swagger-build-$TARGETPLATFORM \ RUN --mount=type=cache,target=/root/.cache/go-build,id=swagger-build-$TARGETPLATFORM \
--mount=type=cache,target=/go/pkg/mod \ --mount=type=cache,target=/go/pkg/mod \
--mount=type=tmpfs,target=/go/src/ <<EOT --mount=type=tmpfs,target=/go/src/ <<EOT