Skip to content

Commit 6f3c886

Browse files
authored
Merge pull request #51 from majodev/renovate/gotestyourself-gotestsum-1.x
Update dependency gotestyourself/gotestsum to v1.12.1
2 parents b4bf050 + bea4889 commit 6f3c886

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ ENV LANG en_US.UTF-8
6767
RUN mkdir -p /tmp/gotestsum \
6868
&& cd /tmp/gotestsum \
6969
# https://github.com/gotestyourself/gotestsum/releases
70-
&& GOTESTSUM_VERSION="1.12.0" \
70+
&& GOTESTSUM_VERSION="1.12.1" \
7171
&& ARCH="$(arch | sed s/aarch64/arm64/ | sed s/x86_64/amd64/)" \
7272
&& wget "https://github.com/gotestyourself/gotestsum/releases/download/v${GOTESTSUM_VERSION}/gotestsum_${GOTESTSUM_VERSION}_linux_${ARCH}.tar.gz" \
7373
&& tar xzf "gotestsum_${GOTESTSUM_VERSION}_linux_${ARCH}.tar.gz" \

0 commit comments

Comments
 (0)