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

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

commit f81713c6744c4963cd5ea9c8e83e37e3b4ace18f
Author: Pasquale Congiusti <pasquale.congiu...@gmail.com>
AuthorDate: Wed Jul 13 10:29:11 2022 +0200

    chore: add 1.17 installation to workflows
    
    ... which were missing it
---
 .github/workflows/validate.yml        | 4 ++++
 .github/workflows/verify-generate.yml | 4 ++++
 2 files changed, 8 insertions(+)

diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml
index 0a8c5c4e7..33c7927a0 100644
--- a/.github/workflows/validate.yml
+++ b/.github/workflows/validate.yml
@@ -37,6 +37,10 @@ jobs:
     steps:
       - name: Check out code
         uses: actions/checkout@v2
+      - name: Install Go
+        uses: actions/setup-go@v2
+        with:
+          go-version: 1.17.x
       - name: golangci-lint
         uses: golangci/golangci-lint-action@v2
         env:
diff --git a/.github/workflows/verify-generate.yml 
b/.github/workflows/verify-generate.yml
index 4a6b93ffe..00ea3cb9c 100644
--- a/.github/workflows/verify-generate.yml
+++ b/.github/workflows/verify-generate.yml
@@ -59,6 +59,10 @@ jobs:
     steps:
       - name: Check out code
         uses: actions/checkout@v2
+      - name: Install Go
+        uses: actions/setup-go@v2
+        with:
+          go-version: 1.17.x        
       - name: Test generate
         shell: bash
         run: make generate

Reply via email to