Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update install workflow to support Go v1.18 (#134)
Command 'go get' can no longer be used to build packages starting Go v1.18 (https://go.dev/doc/go-get-install-deprecation). Kustomize version also needs to be updated to v4.5 since go install doesn't support exclude directives (kubernetes-sigs/kustomize#3618). The change has been tested on both Go v1.17 and Go v1.18 to ensure the Makefile works properly.
- Loading branch information