You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2023/09/04 16:35:42 UTC

[camel-kamelets] branch main updated: Validate should use 1.20.x golang (#1611)

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 f76b8dfe Validate should use 1.20.x golang (#1611)
f76b8dfe is described below

commit f76b8dfee4b22b2705fad44c11f2adea0cda6f51
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Sep 4 18:35:36 2023 +0200

    Validate should use 1.20.x golang (#1611)
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 .github/workflows/validate.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/validate.yaml b/.github/workflows/validate.yaml
index 04b7f253..f0f28c94 100644
--- a/.github/workflows/validate.yaml
+++ b/.github/workflows/validate.yaml
@@ -49,7 +49,7 @@ jobs:
     - name: Install Go
       uses: actions/setup-go@v4
       with:
-        go-version: 1.16.x
+        go-version: 1.20.x
     - name: Run Validator
       run: |
         echo "Running Kamelet validator..."