Skip to content

Commit efa09e6

Browse files
authored
Merge pull request #3433 from gophercloud/bp-v2-3821eb7
[v2] make: Use fixed version of gotestsum
2 parents 970223e + 921ffab commit efa09e6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
undefine GOFLAGS
22

33
GOLANGCI_LINT_VERSION?=v1.62.2
4-
GO_TEST?=go run gotest.tools/gotestsum@latest --format testname --
4+
GOTESTSUM_VERSION?=v1.12.2
5+
GO_TEST?=go run gotest.tools/gotestsum@$(GOTESTSUM_VERSION) --format testname --
56
TIMEOUT := "60m"
67

78
ifeq ($(shell command -v podman 2> /dev/null),)

0 commit comments

Comments
 (0)