Skip to content

Commit

Permalink
Merge pull request #2388 from shiftstack/golintci
Browse files Browse the repository at this point in the history
🌱 hack/tools: bump gotestsum and golangci to latest tags
  • Loading branch information
k8s-ci-robot authored Jan 23, 2025
2 parents d741f26 + ff0bf6b commit d6eb8f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hack/tools/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
ROOT_DIR_RELATIVE := ../..
include $(ROOT_DIR_RELATIVE)/common.mk

GOLANGCI_LINT_VERSION ?= v1.61.0
GOLANGCI_LINT_VERSION ?= v1.63.4

# GOTESTSUM version without the leading 'v'
GOTESTSUM_VERSION ?= 1.11.0
GOTESTSUM_VERSION ?= 1.12.0

# Directories.
BIN_DIR := bin
Expand Down

0 comments on commit d6eb8f7

Please sign in to comment.