Skip to content
This repository was archived by the owner on Aug 12, 2025. It is now read-only.

Commit 4bba031

Browse files
committed
chore(deps): update deps of utilities
Signed-off-by: Chris Privitere <[email protected]>
1 parent 4bceea1 commit 4bba031

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ ENVSUBST_BIN := envsubst
8484
ENVSUBST := $(TOOLS_BIN_DIR)/$(ENVSUBST_BIN)
8585

8686
# Bump as necessary/desired to latest that supports our version of go at https://github.com/golangci/golangci-lint/releases
87-
GOLANGCI_LINT_VER := v1.53.3
87+
GOLANGCI_LINT_VER := v1.51.1
8888
GOLANGCI_LINT_BIN := golangci-lint
8989
GOLANGCI_LINT := $(TOOLS_BIN_DIR)/$(GOLANGCI_LINT_BIN)-$(GOLANGCI_LINT_VER)
9090

0 commit comments

Comments
 (0)