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.
1 parent 2004748 commit 390670eCopy full SHA for 390670e
Makefile
@@ -1,7 +1,7 @@
1
undefine GOFLAGS
2
3
-GOLANGCI_LINT_VERSION?=v2.1.6
4
-GOTESTSUM_VERSION?=v1.12.2
+GOLANGCI_LINT_VERSION?=v2.5.0
+GOTESTSUM_VERSION?=v1.13.0
5
GO_TEST?=go run gotest.tools/gotestsum@$(GOTESTSUM_VERSION) --format testname --
6
TIMEOUT := "60m"
7
0 commit comments