Skip to content

Commit 6e4c3f8

Browse files
committed
chore(deps): update golangci-lint from v2.2.2 to v2.3.0
1 parent 023e1c2 commit 6e4c3f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.make/go.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ GOMODCACHE ?= $(HOME)/go/pkg/mod
2828
PARALLEL := $(shell getconf _NPROCESSORS_ONLN 2>/dev/null || echo 4)
2929

3030
# Tool version pins
31-
GOLANGCI_LINT_VERSION := v2.2.2
31+
GOLANGCI_LINT_VERSION := v2.3.0
3232
export GOLANGCI_LINT_VERSION
3333

3434
.PHONY: bench

0 commit comments

Comments
 (0)