Skip to content

Commit 5b89780

Browse files
authored
Merge pull request #1072 from robscott/cherrypick-1064
Cherry pick CI fixes into release-0.4
2 parents 36736f7 + f6c9eb5 commit 5b89780

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/verify-examples-kind.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ trap cleanup INT TERM
4545
res=0
4646

4747
# Install kind
48-
(cd $GOPATH && go get -u sigs.k8s.io/kind) || res=$?
48+
(cd $GOPATH && go install sigs.k8s.io/kind@v0.12.0) || res=$?
4949

5050
# Create cluster
5151
KIND_CREATE_ATTEMPTED=true

0 commit comments

Comments
 (0)