This repository was archived by the owner on Aug 12, 2025. It is now read-only.

Description
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: