Skip to content

Commit 732e616

Browse files
committed
Update to k8s 1.12, go 1.11.1
1 parent 865d3ea commit 732e616

File tree

4 files changed

+2616
-236
lines changed

4 files changed

+2616
-236
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ lint:
6161

6262
check_go_version:
6363
@OUTPUT=`go version`; \
64-
if [[ "$$OUTPUT" != *"go1.9."* ]]; then \
65-
echo "Expected: go version go1.9.*"; \
64+
if [[ "$$OUTPUT" != *"go1.11."* ]]; then \
65+
echo "Expected: go version go1.11.*"; \
6666
echo "Found: $$OUTPUT"; \
6767
exit 1; \
6868
fi

0 commit comments

Comments
 (0)