You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pc...@apache.org on 2022/01/28 11:18:34 UTC

[camel-kamelets] 02/02: fix(ci): golang 1.16

This is an automated email from the ASF dual-hosted git repository.

pcongiusti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit 70f9d62504f08eb4d64dfd297e0d0bc1412a781d
Author: Pasquale Congiusti <pa...@gmail.com>
AuthorDate: Fri Jan 28 11:39:51 2022 +0100

    fix(ci): golang 1.16
---
 .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 1ebccb4..ec2a9af 100644
--- a/.github/workflows/validate.yaml
+++ b/.github/workflows/validate.yaml
@@ -49,7 +49,7 @@ jobs:
     - name: Install Go
       uses: actions/setup-go@v1
       with:
-        go-version: 1.13.x
+        go-version: 1.16.x
     - name: Run Validator
       run: |
         echo "Running Kamelet validator..."