build: upgrade to Go 1.15.6 (#21986)

This commit is contained in:
Felix Lange
2020-12-11 09:02:55 +01:00
committed by GitHub
parent 004541098d
commit 1d1f5fea4a
2 changed files with 13 additions and 9 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.5"
dlgoVersion = "1.15.6"
)
var GOBIN, _ = filepath.Abs(filepath.Join("build", "bin"))