Skip to content

Commit

Permalink
Update to k8s 1.12, go 1.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
liggitt committed Oct 25, 2018
1 parent 865d3ea commit 732e616
Show file tree
Hide file tree
Showing 4 changed files with 2,616 additions and 236 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ lint:

check_go_version:
@OUTPUT=`go version`; \
if [[ "$$OUTPUT" != *"go1.9."* ]]; then \
echo "Expected: go version go1.9.*"; \
if [[ "$$OUTPUT" != *"go1.11."* ]]; then \
echo "Expected: go version go1.11.*"; \
echo "Found: $$OUTPUT"; \
exit 1; \
fi
Loading

0 comments on commit 732e616

Please sign in to comment.