Skip to content

Commit

Permalink
Fix missing 1 in kn version
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-farache committed Jun 21, 2024
1 parent bf53485 commit ee4a4a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:

- name: Setup kn-workflow
run: |
KN_CLI_URL="https://mirror.openshift.com/pub/openshift-v4/clients/serverless/1.1.2/kn-linux-amd64.tar.gz"
KN_CLI_URL="https://mirror.openshift.com/pub/openshift-v4/clients/serverless/1.11.2/kn-linux-amd64.tar.gz"
curl -L "$KN_CLI_URL" | tar -xz && chmod +x kn-linux-amd64 && mv kn-linux-amd64 kn
- name: Use kn-workflow to generate manifests
Expand Down

0 comments on commit ee4a4a1

Please sign in to comment.