This step was added in CL 188738 to work around the issue
golang.org/issue/33443. That issue has now been resolved,
so this step is no longer needed and can be removed.
Updates #33443
Change-Id: I0c9257ab61d53f3a47556882f7dfc8fc119be849
Reviewed-on: https://go-review.googlesource.com/c/go/+/189942
Reviewed-by: Filippo Valsorda <filippo@golang.org>
export GOBIN="$dir"
(cd "$dir"; go get golang.org/x/build/cmd/release)
-# Workaround issue golang.org/issue/33443.
-wget -q -O releaselet.go "https://raw.githubusercontent.com/golang/build/master/cmd/release/releaselet.go"
-
# Build the release.
sha() {
if hash sha256sum 2>/dev/null; then