Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
Build of sigs.k8s.io/kind now requires gomodules
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddeco committed May 9, 2019
1 parent b00fe6e commit 68d7e8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/e2e-kind.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ chmod +x kubectl && \
sudo mv kubectl /usr/local/bin/

echo ">>> Building sigs.k8s.io/kind"
go get -u sigs.k8s.io/kind
GO111MODULE="on" go get -u sigs.k8s.io/kind

echo ">>> Installing kind"
sudo cp $GOPATH/bin/kind /usr/local/bin/
Expand Down

0 comments on commit 68d7e8e

Please sign in to comment.