Skip to content

Commit a387233

Browse files
committed
RHINENG-22223: use new gotestsum
fixing 23.03 # golang.org/x/tools/internal/tokeninternal 23.03 /go/pkg/mod/golang.org/x/tools@v0.19.0/internal/tokeninternal/tokeninternal.go:64:9: invalid array length -delta * delta (constant -256 of type int64)
1 parent 1619559 commit a387233

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ RUN go mod download
2626

2727
RUN if [ "$INSTALL_TOOLS" == "yes" ] ; then \
2828
go install github.com/swaggo/swag/cmd/swag@v1.16.4 && \
29-
go install gotest.tools/gotestsum@v1.12.0 && \
29+
go install gotest.tools/gotestsum@v1.13.0 && \
3030
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh \
3131
| sh -s -- -b $(go env GOPATH)/bin v2.2.2 ; \
3232
fi

0 commit comments

Comments
 (0)