build: upgrade -dlgo version to Go 1.16.4 (#22848)

This commit is contained in:
Marius Kjærstad
2021-05-10 12:18:42 +02:00
committed by GitHub
parent 700df1442d
commit 7ab7acfded
2 changed files with 14 additions and 14 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.3"
dlgoVersion = "1.16.4"
)
var GOBIN, _ = filepath.Abs(filepath.Join("build", "bin"))