build: upgrade -dlgo version to Go 1.17.5 (#24144)

This commit is contained in:
Felix Lange
2021-12-22 15:31:41 +01:00
committed by GitHub
parent 99be62a9b1
commit b8edc04ce3
2 changed files with 15 additions and 15 deletions

View File

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