Skip to content

Commit 38e1518

Browse files
sdudoladovSergey Dudoladov
and
Sergey Dudoladov
authored
update kind (zalando#1156)
Co-authored-by: Sergey Dudoladov <[email protected]>
1 parent 21475f4 commit 38e1518

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ tools:
4747
# install pinned version of 'kind'
4848
# go get must run outside of a dir with a (module-based) Go project !
4949
# otherwise go get updates project's dependencies and/or behaves differently
50-
cd "/tmp" && GO111MODULE=on go get sigs.k8s.io/kind@v0.8.1
50+
cd "/tmp" && GO111MODULE=on go get sigs.k8s.io/kind@v0.9.0
5151

5252
e2etest: tools copy clean
5353
./run.sh main

0 commit comments

Comments
 (0)