diff --git a/server/Makefile b/server/Makefile index f8fb8d17e7..d50bbbe9a0 100644 --- a/server/Makefile +++ b/server/Makefile @@ -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