This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch kamelets-oneliner
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
The following commit(s) were added to refs/heads/kamelets-oneliner by this push:
new 9771b7c69 Upgrade go-version in regen action
9771b7c69 is described below
commit 9771b7c690dc01a8f99bd231c66b13e9dbeecb20
Author: Andrea Cosentino <[email protected]>
AuthorDate: Mon Mar 31 10:55:14 2025 +0200
Upgrade go-version in regen action
Signed-off-by: Andrea Cosentino <[email protected]>
---
.github/workflows/main-push-regen.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/main-push-regen.yaml
b/.github/workflows/main-push-regen.yaml
index 097ea3693..47379be9b 100644
--- a/.github/workflows/main-push-regen.yaml
+++ b/.github/workflows/main-push-regen.yaml
@@ -49,7 +49,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b #
v5.4.0
with:
- go-version: 1.20.x
+ go-version: 1.24.x
- name: Build catalog 1st Run
run: ./mvnw clean install -DskipTests
- name: Build catalog 2nd Run