-
Notifications
You must be signed in to change notification settings - Fork 14
Change gopath #178
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
Change gopath #178
Conversation
Closes #107 |
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.
Good for me , just one question about the minimum version of clusterctl ?
Makefile
Outdated
@@ -39,8 +39,8 @@ MINIMUM_KUBEBUILDERTOOL_VERSION=1.24.1 | |||
MINIMUM_ENVTEST_VERSION=1.23.3 | |||
E2E_CONF_FILE_SOURCE ?= ${PWD}/test/e2e/config/outscale-ci.yaml | |||
E2E_CONF_FILE ?= ${PWD}/test/e2e/config/outscale-ci-envsubst.yaml | |||
MINIMUM_CLUSTERCTL_VERSION=1.2.4 | |||
MIN_GO_VERSION=1.18.5 | |||
MINIMUM_CLUSTERCTL_VERSION=1.1.3 |
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.
why this changement ?
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.
No need thanks.
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 type of PR is this?
/kind cleanup
What this PR does / why we need it:
We refactor to use gopath instead.
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 #107
Special notes for your reviewer:
Please confirm that if this PR changes any image versions, then that's the sole change this PR makes.
TODOs: