Remove references to "GO111MODULE"

This commit is contained in:
Tim Hockin
2024-01-05 22:46:14 -08:00
parent 2a1147a434
commit e84adf611f
13 changed files with 9 additions and 25 deletions

View File

@@ -27,7 +27,7 @@ source "${KUBE_ROOT}/hack/lib/init.sh"
kube::golang::verify_go_version
pushd "${KUBE_ROOT}/hack/tools" >/dev/null
GO111MODULE=on go install github.com/jcchavezs/porto/cmd/porto
go install github.com/jcchavezs/porto/cmd/porto
popd >/dev/null
porto --restrict-to-dirs="staging" --restrict-to-files="doc\\.go$" -w "${KUBE_ROOT}"