Skip to content
Snippets Groups Projects
Commit c4bdaeb3 authored by nimrod's avatar nimrod
Browse files

No more go get.

It's been deprecated and removed. The alternative is go install but it's
not a direct replacement. Specifically, replace directives can't appear
in the go.mod file. Kustomize can be installed using go install, so
that's fine. RKE and reg can't, so use the GitHub CLI to download the
binaries from the latest release.
parent a57138b9
No related branches found
No related tags found
Loading
Checking pipeline status
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment