bump gotestsum v0.3.5
full diff: https://github.com/gotestyourself/gotestsum/compare/v0.3.4...v0.3.5 - gotestyourself/gotestsum#52 Add a --version flag that goreleaser will populate for us - gotestyourself/gotestsum#57 Identify and, filter or display coverage output Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
@ -20,7 +20,7 @@ RUN go get -d github.com/mjibson/esc && \
|
||||
go build -v -o /usr/bin/esc . && \
|
||||
rm -rf /go/src/* /go/pkg/* /go/bin/*
|
||||
|
||||
ARG GOTESTSUM_VERSION=0.3.4
|
||||
ARG GOTESTSUM_VERSION=0.3.5
|
||||
RUN curl -Ls https://github.com/gotestyourself/gotestsum/releases/download/v${GOTESTSUM_VERSION}/gotestsum_${GOTESTSUM_VERSION}_linux_amd64.tar.gz -o gotestsum.tar.gz && \
|
||||
tar -xf gotestsum.tar.gz gotestsum -C /usr/bin && \
|
||||
rm gotestsum.tar.gz
|
||||
|
||||
Reference in New Issue
Block a user