Change Go min version check

This commit is contained in:
Jeff Mitchell 2018-02-22 20:53:25 -05:00
parent abeb5b05aa
commit 8ee8f4265d
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ EXTERNAL_TOOLS=\
BUILD_TAGS?=vault
GOFMT_FILES?=$$(find . -name '*.go' | grep -v vendor)
GO_VERSION_MIN=1.10
GO_VERSION_MIN=1.9
default: dev