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
Loading
Loading
Pipeline
#2768
failed
with stages
in
12 minutes and 23 seconds
Loading
Please register or sign in to comment