travis, appveyor, build: bump Go to 1.16

This commit is contained in:
Péter Szilágyi
2021-02-19 16:03:17 +02:00
parent c027507e03
commit c5023e1dc5
4 changed files with 26 additions and 26 deletions

View File

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