[roll] Roll third_party/go net: remove erroneous Dial check in TestListenerClose

This is a cherry-pick of
https://github.com/golang/go/commit/36db10f3cb916a1b97af3bfd4be7e3a2932185f8.

Original change's description:
> TestListenerClose had been asserting that a Dial to the newly-closed
> address always fails, on the assumption that the listener's address
> and port would not be reused by some other listener that could then
> accept the connection.
>
> As far as I can tell, that assumption is not valid: the Dial after
> Close may well connect to a Listener opened for some other test, or
> even one opened by a completely different process running concurrently
> on the same machine.
>
> Fixes #38700
>
> Original-Reviewed-on: https://go-review.googlesource.com/c/go/+/370666
> Trust: Bryan Mills <bcmills@google.com>
> Run-TryBot: Bryan Mills <bcmills@google.com>
> TryBot-Result: Gopher Robot <gobot@golang.org>

Original-Fixed: 98794
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/third_party/go/+/672704
Original-Revision: ba98cfa299e9ce42a82794e9f97330d65f072ce8
GitOrigin-RevId: e6a0774ef9c8bf3e2151f6a30b35a67f94b17a13
Change-Id: Id7bb5f14d882ea2b9030855e8b202a4310149694
1 file changed
tree: 64cefad4edf6db542dffeb07a9af8ed7ed314190
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.