Skip to content

Commit

Permalink
Merge pull request #181 from containers/renovate/golangci-golangci-li…
Browse files Browse the repository at this point in the history
…nt-1.x

chore(deps): update dependency golangci/golangci-lint to v1.62.0
  • Loading branch information
openshift-merge-bot[bot] authored Nov 11, 2024
2 parents c1ee1cd + 5341724 commit 6b13888
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 @@ -5,7 +5,7 @@ SRC = $(shell find . -type f -name '*.go')
.PHONY: default
default: build

GOLANGCI_LINT_VERSION := 1.61.0
GOLANGCI_LINT_VERSION := 1.62.0
bin/golangci-lint:
VERSION=$(GOLANGCI_LINT_VERSION) ./hack/install_golangci.sh

Expand Down

0 comments on commit 6b13888

Please sign in to comment.