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

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

commit 41ffbe6199cbcc978a226c4457f512129b2c4eb5
Author: Pasquale Congiusti <pasquale.congiu...@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..."

Reply via email to