This is an automated email from the ASF dual-hosted git repository.
oscerd pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
The following commit(s) were added to refs/heads/main by this push:
new 803ddf90c ci: use Go 1.25.x in validate and regen workflows (#2924)
803ddf90c is described below
commit 803ddf90c74f426fc7e0ad11f304843b87ab842e
Author: Andrea Cosentino <[email protected]>
AuthorDate: Mon Jul 13 12:35:37 2026 +0200
ci: use Go 1.25.x in validate and regen workflows (#2924)
golang.org/x/net 0.55.0 bumps require go >= 1.25.0 in the Go modules
(script/generator already on main via #2909, crds and script/validator
pending in #2904/#2901), while setup-go installed 1.24.x with
GOTOOLCHAIN=local, breaking the Run Generator/Run Validator steps.
Signed-off-by: Andrea Cosentino <[email protected]>
---
.github/workflows/main-push-regen.yaml | 2 +-
.github/workflows/validate.yaml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/main-push-regen.yaml
b/.github/workflows/main-push-regen.yaml
index 0a99d06a2..f0449fb52 100644
--- a/.github/workflows/main-push-regen.yaml
+++ b/.github/workflows/main-push-regen.yaml
@@ -50,7 +50,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 #
v6.5.0
with:
- go-version: 1.24.x
+ go-version: 1.25.x
- name: Build catalog 1st Run
run: ./mvnw clean install -DskipTests
- name: Build catalog 2nd Run
diff --git a/.github/workflows/validate.yaml b/.github/workflows/validate.yaml
index 418ffe719..803fe8b68 100644
--- a/.github/workflows/validate.yaml
+++ b/.github/workflows/validate.yaml
@@ -53,7 +53,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0
with:
- go-version: 1.24.x
+ go-version: 1.25.x
- name: Run Validator
run: |
echo "Running Kamelet validator..."