Skip to content

Commit d6eb8f7

Browse files
authored
Merge pull request #2388 from shiftstack/golintci
🌱 hack/tools: bump gotestsum and golangci to latest tags
2 parents d741f26 + ff0bf6b commit d6eb8f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hack/tools/Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
ROOT_DIR_RELATIVE := ../..
1616
include $(ROOT_DIR_RELATIVE)/common.mk
1717

18-
GOLANGCI_LINT_VERSION ?= v1.61.0
18+
GOLANGCI_LINT_VERSION ?= v1.63.4
1919

2020
# GOTESTSUM version without the leading 'v'
21-
GOTESTSUM_VERSION ?= 1.11.0
21+
GOTESTSUM_VERSION ?= 1.12.0
2222

2323
# Directories.
2424
BIN_DIR := bin

0 commit comments

Comments
 (0)