This is an automated email from the ASF dual-hosted git repository. acosentino 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 8a74084af Upgrade go-version in regen action 8a74084af is described below commit 8a74084af11075ddfba90e8e9d4ee745439f9c96 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Mon Mar 31 10:55:14 2025 +0200 Upgrade go-version in regen action Signed-off-by: Andrea Cosentino <anco...@gmail.com> --- .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