upgrade gotestsum@v1.11.0 (#25062)

This commit is contained in:
Jesse Hallam 2023-10-23 11:54:42 -03:00 committed by GitHub
parent a46ad3169c
commit 4043f8b57b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -415,7 +415,7 @@ check-style: plugin-checker vet golangci-lint ## Runs style/lint checks
gotestsum:
$(GO) install gotest.tools/gotestsum@v1.7.0
$(GO) install gotest.tools/gotestsum@v1.11.0
test-compile: gotestsum ## Compile tests.
@echo COMPILE TESTS