-
Notifications
You must be signed in to change notification settings - Fork 99
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
🌱 Bump CAPI to v1.6.2 #1475
🌱 Bump CAPI to v1.6.2 #1475
Conversation
72fbc10
to
c5a6232
Compare
Signed-off-by: muhammad adil ghaffar <[email protected]>
c5a6232
to
1a20bb2
Compare
@@ -6,7 +6,7 @@ require ( | |||
github.com/drone/envsubst v1.0.3 | |||
github.com/golang/mock v1.6.0 | |||
github.com/jteeuwen/go-bindata v3.0.7+incompatible | |||
k8s.io/code-generator v0.29.0 |
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.
I am unsure why this was uplifted before. v0.29.0
requires go 1.21
and with k8s.io/code-generator v0.29.0
go mod tidy
was changing the go version in hack tools to 1.21
and also adding toolchains
. To make the go version consistent in all go.mods of the project I am changing it back to k8s.io/code-generator v0.28.1
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.
Interesting, that shouldn't have worked in the first place as you are explaining, since it is already v0.29.0 in release-1.6 branch without complains, anyhow keeping it to v0.28.1 is fine also.
/test-ubuntu-e2e-integration-release-1-6 |
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.
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: kashifest 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 |
/test-ubuntu-e2e-integration-release-1-6 |
/cc @lentzi90 @mboukhalfa |
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
What this PR does / why we need it:
as title
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #