We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 865d3ea commit 732e616Copy full SHA for 732e616
4 files changed
Makefile
@@ -61,8 +61,8 @@ lint:
61
62
check_go_version:
63
@OUTPUT=`go version`; \
64
- if [[ "$$OUTPUT" != *"go1.9."* ]]; then \
65
- echo "Expected: go version go1.9.*"; \
+ if [[ "$$OUTPUT" != *"go1.11."* ]]; then \
+ echo "Expected: go version go1.11.*"; \
66
echo "Found: $$OUTPUT"; \
67
exit 1; \
68
fi
0 commit comments