Go 1.18 compatibility updates

This commit is contained in:
Katrina Verey
2022-03-28 17:35:38 -04:00
parent c94b5d8f25
commit 5c359bda28
3 changed files with 8 additions and 12 deletions

View File

@@ -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?