Bump golangci-lint to v1.51.2 (#248) · stern/stern@079d158 · GitHub
Skip to content

Commit

Permalink
Bump golangci-lint to v1.51.2 (#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
tksm authored Mar 11, 2023
1 parent 59d4453 commit 079d158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build:
TOOLS_BIN_DIR := $(CURDIR)/hack/tools/bin
GORELEASER_VERSION ?= v1.14.1
GORELEASER := $(TOOLS_BIN_DIR)/goreleaser
GOLANGCI_LINT_VERSION ?= v1.50.1
GOLANGCI_LINT_VERSION ?= v1.51.2
GOLANGCI_LINT := $(TOOLS_BIN_DIR)/golangci-lint
VALIDATE_KREW_MAIFEST_VERSION ?= v0.4.3
VALIDATE_KREW_MAIFEST := $(TOOLS_BIN_DIR)/validate-krew-manifest
Expand Down

0 comments on commit 079d158

Please sign in to comment.