]> Cypherpunks repositories - gostls13.git/commit
cmd/dist: remove windows-amd64-2008 code path
authorqmuntal <quimmuntal@gmail.com>
Fri, 10 Feb 2023 09:36:16 +0000 (10:36 +0100)
committerQuim Muntal <quimmuntal@gmail.com>
Fri, 10 Feb 2023 15:04:24 +0000 (15:04 +0000)
commit79e01ab7e6ffbc4c07515dcfef04d1f0a5ca533d
treebb0643b626c3f4eba9ad528c589ec11070360a71
parentc3d3be10665f1037360600a79c0354f6580e6290
cmd/dist: remove windows-amd64-2008 code path

`windows-amd64-2008` builder does no longer exist on go1.20,
so it is safe to remove conditions checking for that name.

Updates #57003
Closes #56904

Change-Id: I941ccc64cda0af3b9356996c4b581700afa81987
Reviewed-on: https://go-review.googlesource.com/c/go/+/467175
Run-TryBot: Quim Muntal <quimmuntal@gmail.com>
Reviewed-by: Bryan Mills <bcmills@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Than McIntosh <thanm@google.com>
src/cmd/dist/test.go