This is an automated email from the ASF dual-hosted git repository. lburgazzoli pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/main by this push: new 5380b4ff3 chore(tools): update golangci-lint to v1.58.1 5380b4ff3 is described below commit 5380b4ff307b2e3d8e511d4c37928bf5aed34bab Author: Luca Burgazzoli <lburgazz...@gmail.com> AuthorDate: Fri May 10 10:58:05 2024 +0200 chore(tools): update golangci-lint to v1.58.1 --- script/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/Makefile b/script/Makefile index 638b08ed4..e2acdb16f 100644 --- a/script/Makefile +++ b/script/Makefile @@ -33,7 +33,7 @@ CODEGEN_VERSION := v0.27.4 OPERATOR_SDK_VERSION := v1.28.0 KUSTOMIZE_VERSION := v4.5.4 OPM_VERSION := v1.24.0 -LINTER_VERSION ?= v1.58.0 +LINTER_VERSION ?= v1.58.1 GOVULNCHECK_VERSION ?= latest LINTER ?= $(LOCALBIN)/golangci-lint