]> Cypherpunks.ru repositories - gostls13.git/commit
cmd/dist: update to assume Go 1.17.13 as minimal Go bootstrap version
authorMartin Möhrmann <martin@golang.org>
Mon, 23 Aug 2021 13:29:16 +0000 (15:29 +0200)
committerGopher Robot <gobot@golang.org>
Mon, 21 Nov 2022 17:16:41 +0000 (17:16 +0000)
commit998949c09b8925e1f6bab78cb046c6921c5327a1
treefc857c9e4666cbeab58a9e7717a1540c78e5e05a
parentd6859465e5e9049dd38929881da6eedb9a16dee5
cmd/dist: update to assume Go 1.17.13 as minimal Go bootstrap version

Replace explicit Go version names where possible with generic reference
to Go bootstrap version.

Updates #44505

Change-Id: I4a6439576efd40e72acd26fcc1472a1a8b0b06e7
Reviewed-on: https://go-review.googlesource.com/c/go/+/344330
Auto-Submit: Martin Möhrmann <martin@golang.org>
Reviewed-by: Than McIntosh <thanm@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Run-TryBot: Martin Möhrmann <moehrmann@google.com>
Reviewed-by: Russ Cox <rsc@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
src/cmd/dist/README
src/cmd/dist/build.go
src/cmd/dist/buildtool.go
src/cmd/dist/test.go
src/cmd/dist/util.go