make.go: make Go 1.10 the default

Updates #1004

Change-Id: I68bf2deddecee46ce2fef6194019381b3e147afd
This commit is contained in:
mpl 2018-02-23 20:06:36 +01:00
parent 467ed37bd2
commit 2681557121
1 changed files with 1 additions and 1 deletions

View File

@ -1038,7 +1038,7 @@ func verifyPerkeepRoot(dir string) {
}
const (
goVersionMinor = 9
goVersionMinor = 10
gopherJSGoMinor = 9
)