Merge pull request #2796 from thaJeztah/bump_vndr

Bump vndr v0.1.2
This commit is contained in:
Tibor Vass 2020-10-22 12:41:23 -07:00 committed by GitHub
commit ff10c7ab96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ RUN --mount=type=cache,target=/root/.cache/go-build \
GO111MODULE=on go get gotest.tools/gotestsum@${GOTESTSUM_VERSION}
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 \
--mount=type=cache,target=/go/pkg/mod \
--mount=type=tmpfs,target=/go/src/ \