Skip to content

Commit

Permalink
Validate should use 1.20.x golang (#1611)
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Cosentino <ancosen@gmail.com>
  • Loading branch information
oscerd committed Sep 4, 2023
1 parent aaaa880 commit f76b8df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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..."
Expand Down

0 comments on commit f76b8df

Please sign in to comment.