We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 970223e + 921ffab commit efa09e6Copy full SHA for efa09e6
Makefile
@@ -1,7 +1,8 @@
1
undefine GOFLAGS
2
3
GOLANGCI_LINT_VERSION?=v1.62.2
4
-GO_TEST?=go run gotest.tools/gotestsum@latest --format testname --
+GOTESTSUM_VERSION?=v1.12.2
5
+GO_TEST?=go run gotest.tools/gotestsum@$(GOTESTSUM_VERSION) --format testname --
6
TIMEOUT := "60m"
7
8
ifeq ($(shell command -v podman 2> /dev/null),)
0 commit comments