Skip to content

Commit d9cdbb0

Browse files
Merge pull request #3222 from thaJeztah/bump_gotestsum
e2e: update gotestsum to v1.7.0
2 parents e879f1a + 60fe322 commit d9cdbb0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dockerfiles/Dockerfile.e2e

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ARG NOTARY_VERSION=v0.6.1
1818
RUN curl -fsSL https://github.com/theupdateframework/notary/releases/download/${NOTARY_VERSION}/notary-Linux-amd64 -o /usr/local/bin/notary \
1919
&& chmod +x /usr/local/bin/notary
2020

21-
ARG GOTESTSUM_VERSION=0.4.0
21+
ARG GOTESTSUM_VERSION=1.7.0
2222
RUN curl -fsSL https://github.com/gotestyourself/gotestsum/releases/download/v${GOTESTSUM_VERSION}/gotestsum_${GOTESTSUM_VERSION}_linux_amd64.tar.gz -o gotestsum.tar.gz \
2323
&& tar -xf gotestsum.tar.gz gotestsum \
2424
&& mv gotestsum /usr/local/bin/gotestsum \

0 commit comments

Comments
 (0)