Skip to content
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

Update go_install script to install binaries with go install #410

Closed
ocobles opened this issue Sep 8, 2022 · 0 comments · Fixed by #412
Closed

Update go_install script to install binaries with go install #410

ocobles opened this issue Sep 8, 2022 · 0 comments · Fixed by #412
Milestone

Comments

@ocobles
Copy link
Contributor

ocobles commented Sep 8, 2022

In order to run e2e tests locally with golang 1.18+, the scripts/go_install.sh file must be udpated to use go install instead of go get.

Known issues:

Kustomize version prev to v4.5.2 cannot be installed with go install since it contains exclude directives. Kustomize version used in Makefile is v4.0.4 and cannot be updated yet due to another known issue mentioned in #355 (review)

Expected solution:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants