build, .travis.yml: upgrade to Go 1.17 (#23464)

This commit is contained in:
Felix Lange
2021-08-25 14:22:33 +02:00
committed by GitHub
parent 45f34430fd
commit efee85378e
3 changed files with 27 additions and 26 deletions

View File

@ -153,7 +153,7 @@ var (
// This is the version of go that will be downloaded by
//
// go run ci.go install -dlgo
dlgoVersion = "1.16.4"
dlgoVersion = "1.17"
)
var GOBIN, _ = filepath.Abs(filepath.Join("build", "bin"))