-
Notifications
You must be signed in to change notification settings - Fork 30
Feat: Upgrade go version and include vcn native changes #405
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
Conversation
This was left out of the previous feature add.
* Fix the label in CRD for versions and add more parameters to NLB spec
$ make test |
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.
add tests please. I'll run e2e
@@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1 | |||
kind: CustomResourceDefinition |
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.
All these changes are due to the version bump correct?
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.
yes
make test |
@@ -1,13 +1,13 @@ | |||
module github.com/oracle/cluster-api-provider-oci | |||
|
|||
go 1.20 | |||
go 1.22.9 |
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.
The root level dockerfile will need to be updated as well
FROM golang:1.21.8 as builder
won't work
What this PR does / why we need it:
PR includes upgrading the go version to v1.22.9 along with vcn-native cni support changes. It also has two old commits which are waiting for promotion in v0.15.4 version.
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 #357