Skip to content

Commit e61630a

Browse files
committed
Bump golangci-lint, gotestsum
Signed-off-by: Stephen Finucane <[email protected]>
1 parent d9f4cce commit e61630a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

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

3-
GOLANGCI_LINT_VERSION?=v2.1.6
4-
GOTESTSUM_VERSION?=v1.12.2
3+
GOLANGCI_LINT_VERSION?=v2.5.0
4+
GOTESTSUM_VERSION?=v1.13.0
55
GO_TEST?=go run gotest.tools/gotestsum@$(GOTESTSUM_VERSION) --format testname --
66
TIMEOUT := "60m"
77

0 commit comments

Comments
 (0)