-
Notifications
You must be signed in to change notification settings - Fork 232
Add ko version instead of using latest #3105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
/retest |
|
/approve |
|
@mbpavan Instead of pinning the version of ko can we update the ci workflow to use the installed ko version - by replacing https://github.com/tektoncd/operator/blob/main/.github/workflows/ci.yaml#L144-L145 with |
|
/approve cancel |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
/hold |
Changes
Multi arch builds are failing with the below error.
go: github.com/google/ko@latest: github.com/google/ko@v0.18.1 requires go >= 1.25.0 (running go 1.24.1; GOTOOLCHAIN=local)
hence adding ko version explicitly
Submitter Checklist
These are the criteria that every PR should meet, please check them off as you
review them:
make test lintbefore submitting a PRSee the contribution guide for more details.
Release Notes