mirror of https://github.com/docker/cli.git
Bump vndr v0.1.2
full diff: https://github.com/LK4D4/vndr/compare/v0.1.1...v0.1.2 - cleanVCS: prevent panic - Consider '.syso' as a Go file for vendoring Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
9b3eef5218
commit
8328ee1965
|
@ -19,7 +19,7 @@ RUN --mount=type=cache,target=/root/.cache/go-build \
|
||||||
GO111MODULE=on go get gotest.tools/gotestsum@${GOTESTSUM_VERSION}
|
GO111MODULE=on go get gotest.tools/gotestsum@${GOTESTSUM_VERSION}
|
||||||
|
|
||||||
FROM golang AS vndr
|
FROM golang AS vndr
|
||||||
ARG VNDR_VERSION=v0.1.1
|
ARG VNDR_VERSION=v0.1.2
|
||||||
RUN --mount=type=cache,target=/root/.cache/go-build \
|
RUN --mount=type=cache,target=/root/.cache/go-build \
|
||||||
--mount=type=cache,target=/go/pkg/mod \
|
--mount=type=cache,target=/go/pkg/mod \
|
||||||
--mount=type=tmpfs,target=/go/src/ \
|
--mount=type=tmpfs,target=/go/src/ \
|
||||||
|
|
Loading…
Reference in New Issue