Skip to content

Commit

Permalink
fix(ci): golang 1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
squakez committed Jan 28, 2022
1 parent 8eafef6 commit 70f9d62
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@v1
with:
go-version: 1.13.x
go-version: 1.16.x
- name: Run Validator
run: |
echo "Running Kamelet validator..."
Expand Down

0 comments on commit 70f9d62

Please sign in to comment.