We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b4bf050 + bea4889 commit 6f3c886Copy full SHA for 6f3c886
Dockerfile
@@ -67,7 +67,7 @@ ENV LANG en_US.UTF-8
67
RUN mkdir -p /tmp/gotestsum \
68
&& cd /tmp/gotestsum \
69
# https://github.com/gotestyourself/gotestsum/releases
70
- && GOTESTSUM_VERSION="1.12.0" \
+ && GOTESTSUM_VERSION="1.12.1" \
71
&& ARCH="$(arch | sed s/aarch64/arm64/ | sed s/x86_64/amd64/)" \
72
&& wget "https://github.com/gotestyourself/gotestsum/releases/download/v${GOTESTSUM_VERSION}/gotestsum_${GOTESTSUM_VERSION}_linux_${ARCH}.tar.gz" \
73
&& tar xzf "gotestsum_${GOTESTSUM_VERSION}_linux_${ARCH}.tar.gz" \
0 commit comments