-
Notifications
You must be signed in to change notification settings - Fork 505
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
add GO_VERSION_TOOLING to be able to build the release tooling with another go version #3874
add GO_VERSION_TOOLING to be able to build the release tooling with another go version #3874
Conversation
…nother go version Signed-off-by: cpanato <[email protected]>
Signed-off-by: cpanato <[email protected]>
Signed-off-by: cpanato <[email protected]>
6f19ebf
to
987773f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cpanato, xmudrii The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
i will move this forward /unhold |
What type of PR is this?
/kind feature
/hold
Our K/Release repo is using Go1.23 and when we need to build the
images/releng/k8s-ci-builder
for older k/k release branches, like release-1.30 that uses go1.22 the image build fails because it needs Go1.23the proposed fix is to compile the release tooling with the Go needed and not be attached tot he Go that is used in k/k
Currently is breaking the updates, as we can see in #3872 / #3873
/assign @saschagrunert @Verolop @xmudrii
What this PR does / why we need it:
Which issue(s) this PR fixes:
None
Special notes for your reviewer:
Does this PR introduce a user-facing change?