Skip to content

Commit e9754bd

Browse files
committed
build(deps): update gotestsum from 0.4.2 to 1.12.0
1 parent a31786f commit e9754bd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,8 @@ FROM docker.io/library/golang:1.23 as gotests
224224
RUN go install github.com/cweill/gotests/gotests@latest
225225

226226
FROM docker.io/library/golang:1.23 as gotestsum
227-
RUN go install gotest.tools/gotestsum@v0.4.2
227+
ARG GOTESTSUM_VERSION=v1.12.0
228+
RUN go install gotest.tools/gotestsum@${GOTESTSUM_VERSION}
228229

229230
FROM scratch as tools-go
230231
COPY --link --from=go-delve /go/bin/dlv /bin/

0 commit comments

Comments
 (0)