Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit d484da2

Browse files
Bump gotestsum to v0.4.2
Signed-off-by: Silvin Lubecki <silvin.lubecki@docker.com>
1 parent 87346d6 commit d484da2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ ENV PATH=${PATH}:/go/src/github.com/docker/app/bin/
3535
ARG DEP_VERSION=v0.5.4
3636
RUN curl -o /usr/bin/dep -L https://github.com/golang/dep/releases/download/${DEP_VERSION}/dep-linux-amd64 && \
3737
chmod +x /usr/bin/dep
38-
ARG GOTESTSUM_VERSION=v0.3.4
38+
ARG GOTESTSUM_VERSION=v0.4.2
3939
ARG GOPROXY
4040
RUN mkdir $GOPATH/src/gotest.tools && \
4141
git clone -q https://github.com/gotestyourself/gotestsum $GOPATH/src/gotest.tools/gotestsum && \

0 commit comments

Comments
 (0)