[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
diff --git a/third_party/flower b/third_party/flower
index 3b10c8e..e8ef014 100644
--- a/third_party/flower
+++ b/third_party/flower
@@ -139,7 +139,7 @@
     <project name="third_party/go"
              remote="https://fuchsia.googlesource.com/third_party/go"
              gerrithost="https://fuchsia-review.googlesource.com"
-             revision="4c1a8db1dbdc38221c8646a5f7983588d08d5e9e"
+             revision="ba98cfa299e9ce42a82794e9f97330d65f072ce8"
              path="third_party/go"/>
     <project name="third_party/github.com/intel/intel-linux-processor-microcode-data-files"
              path="third_party/github.com/intel/intel-linux-processor-microcode-data-files"