-
Notifications
You must be signed in to change notification settings - Fork 431
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
Replaced go get
with go install
to install binaries
#2008
Replaced go get
with go install
to install binaries
#2008
Conversation
go get
with go install
go get
with go install
to install binaries
/release-note-none |
/test pull-cluster-api-provider-azure-e2e |
It looks like there is a known issue with kustomize that prevents us from using go install with it: kubernetes-sigs/kustomize#3618 we can either wait until it's fixed to merge this, or change the kustomize install to keep using go get for now. /hold |
@CecileRobertMichon -- I was thinking we can probably use |
We can use hard coded |
I think you suggested the same, Cecile. Sorry for duplicating, missed it. |
#2088 should unblock this |
/remove-hold |
@CecileRobertMichon I guess I can't remove the hold. Now that #2091 is merged, I think this should work now. |
/retest |
/hold cancel |
/lgtm Thanks @jayesh-srivastava! |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: CecileRobertMichon 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 |
/retest |
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
The PR replaces
go get
withgo install
to install binaries.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 #2004
Release note: