This is an automated email from the ASF dual-hosted git repository.
gfournier 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 e0717d0dd chore: Upgrade lint to 2.9.0
e0717d0dd is described below
commit e0717d0ddc545edc4e21fe4edd28f06f6e44db77
Author: Gaelle Fournier <[email protected]>
AuthorDate: Fri Mar 27 10:32:05 2026 +0100
chore: Upgrade lint to 2.9.0
---
script/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/script/Makefile b/script/Makefile
index 2a0ad5006..a559fdabe 100644
--- a/script/Makefile
+++ b/script/Makefile
@@ -40,7 +40,7 @@ LINTER ?= $(LOCALBIN)/golangci-lint
DEADCODE ?= $(LOCALBIN)/deadcode
GOVULNCHECK ?= $(LOCALBIN)/govulncheck
GOIMPORT ?= $(LOCALBIN)/goimports
-LINTER_VERSION ?= v2.8.0
+LINTER_VERSION ?= v2.9.0
GOVULNCHECK_VERSION ?= latest
LINT_GOGC ?= 20
LINT_DEADLINE ?= 10m