Skip to content

Commit 5a93755

Browse files
chore(deps): update module github.com/golangci/golangci-lint to v2
1 parent b013a9f commit 5a93755

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
@@ -5,7 +5,7 @@ GOARCH := $(shell go env GOARCH)
55
GOOS := $(shell go env GOOS)
66
BUILD_LDFLAGS := -s -w
77
BUILD_LDFLAGS += -X github.com/target/flottbot/version.Version=${VERSION}
8-
GOLANGCI_LINT_VERSION := "v1.64.8"
8+
GOLANGCI_LINT_VERSION := "v2.0.2"
99
PACKAGES := $(shell go list ./... | grep -v /config-example/)
1010
PLATFORM := "linux/amd64,linux/arm64"
1111

0 commit comments

Comments
 (0)