Skip to content

Commit 8a6298d

Browse files
Update dependency golangci/golangci-lint to v1.58.0 (#243)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 75d47e2 commit 8a6298d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hack/tools.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ $(GINKGO): $(call tool_version_file,$(GINKGO),$(GINKGO_VERSION))
3131

3232
GOLANGCI_LINT := $(TOOLS_BIN_DIR)/golangci-lint
3333
# renovate: datasource=github-releases depName=golangci/golangci-lint
34-
GOLANGCI_LINT_VERSION ?= v1.57.2
34+
GOLANGCI_LINT_VERSION ?= v1.58.0
3535
$(GOLANGCI_LINT): $(call tool_version_file,$(GOLANGCI_LINT),$(GOLANGCI_LINT_VERSION))
3636
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(TOOLS_BIN_DIR) $(GOLANGCI_LINT_VERSION)
3737

0 commit comments

Comments
 (0)