Skip to content

Commit 6cda9e0

Browse files
committed
chore: bump golangci-lint version in Makefile
1 parent 1d2bbdf commit 6cda9e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ GO_SRC += $(foreach dir,$(REC_DIRS),$(shell find $(dir) -name "*.go"))
8989
########## Required Tools ##########
9090
# Go Package required
9191
PKG_GOX := github.com/iwilltry42/[email protected]
92-
PKG_GOLANGCI_LINT_VERSION := 1.51.2
92+
PKG_GOLANGCI_LINT_VERSION := 1.57.2
9393
PKG_GOLANGCI_LINT_SCRIPT := https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh
9494
PKG_GOLANGCI_LINT := github.com/golangci/golangci-lint/cmd/golangci-lint@v${PKG_GOLANGCI_LINT_VERSION}
9595

0 commit comments

Comments
 (0)