mirror of
https://github.com/moby/moby.git
synced 2026-01-11 10:41:43 +00:00
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:
@@ -90,7 +90,7 @@ ARG TARGETPLATFORM
|
||||
# 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
|
||||
# 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 \
|
||||
--mount=type=cache,target=/go/pkg/mod \
|
||||
--mount=type=tmpfs,target=/go/src/ <<EOT
|
||||
|
||||
Reference in New Issue
Block a user