mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-10 08:20:59 +00:00
Go 1.18 compatibility updates
This commit is contained in:
@@ -22,7 +22,7 @@ rm -f $MYGOBIN/kustomize
|
||||
if [ "$version" == "HEAD" ]; then
|
||||
(cd kustomize; go install .)
|
||||
else
|
||||
GO111MODULE=on go get sigs.k8s.io/kustomize/kustomize/${version}
|
||||
GO111MODULE=on go install sigs.k8s.io/kustomize/kustomize/${version}
|
||||
fi
|
||||
|
||||
# TODO: change the label?
|
||||
|
||||
Reference in New Issue
Block a user