build: upgrade -dlgo version to Go 1.16.3 (#22746)

This commit is contained in:
Felix Lange
2021-04-27 12:43:47 +02:00
committed by GitHub
parent ad983b300b
commit a0a99e610d
2 changed files with 14 additions and 13 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.16"
dlgoVersion = "1.16.3"
)
var GOBIN, _ = filepath.Abs(filepath.Join("build", "bin"))