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 install workflow to support Go v1.18 #134

Merged
merged 1 commit into from
Apr 27, 2022
Merged

Commits on Apr 27, 2022

  1. Update install workflow to support Go v1.18

    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.
    ivyostosh committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    d6a0448 View commit details
    Browse the repository at this point in the history