[superproject] Roll third_party/go 7ec816e..14df7a2 (27 commits)

14df7a2 Merge "Merge tag 'go1.20.6' into HEAD" into main
7a7755e:https://fuchsia-review.googlesource.com/c/third_party/go/+/884474 Merge tag 'go1.20.6' into HEAD
954568d:https://fuchsia-review.googlesource.com/c/third_party/go/+/884032 [third_party/go] Clean up OWNERS
2c358ff [release-branch.go1.20] go1.20.6
312920c [release-branch.go1.20] net/http: validate Host header before sending
4db13d7 [release-branch.go1.20] runtime: set raceignore to zero when starting a new goroutine
08a58dd [release-branch.go1.20] runtime: allow for 5 more threads in TestWindowsStackMemory*
6509283 [release-branch.go1.20] cmd/go: skip TestScript/gccgo_link_ldflags on aix/ppc64
bca8175 [release-branch.go1.20] crypto/x509: tolerate multiple matching chains in testVerify
b8e67d1 [release-branch.go1.20] cmd/go/internal/test: don't wait for previous test actions when interrupted
3db4f81 [release-branch.go1.20] runtime: resolve checkdead panic by refining `startm` lock handling in caller context
6b45fb7 [release-branch.go1.20] runtime: fallback to TEB arbitrary pointer when TLS slots are full
be30960 [release-branch.go1.20] runtime: use 1-byte load for address checking in racecallatomic
b59efe6 [release-branch.go1.20] net/mail: permit more characters in mail headers
c32f1af [release-branch.go1.20] all: make safe for new vet analyzer
c7b1456 [release-branch.go1.20] cmd/go: fix tests for new builder environment
0306310 [release-branch.go1.20] text/template: set variables correctly in range assignment
d51e322 [release-branch.go1.20] go/printer: error out of Fprint when it would write a '//line' directive with a multiline file path
4959424 [release-branch.go1.20] cmd/cover: error out if a requested source file contains a newline
4719048 [release-branch.go1.20] cmd/cgo: error out if the source path used in line directives would contain a newline
6c606fc [release-branch.go1.20] cmd/go: fix TestScript/build_cwd_newline with CGO_ENABLED=0
63ad2b5 [release-branch.go1.20] cmd/compile: do not report division by error during typecheck
95f377d [release-branch.go1.20] cmd/go: retain extra roots to disambiguate imports in 'go mod tidy'
a7a48fa [release-branch.go1.20] crypto/ecdsa: properly truncate P-521 hashes
f5172dc [release-branch.go1.20] go/build: check for invalid import paths again
8b3acef [release-branch.go1.20] cmd/go: omit checksums for go.mod files needed for go version lines more often in pre-1.21 modules
1008486 [release-branch.go1.20] cmd/cgo: correct _cgo_flags output
GitOrigin-RevId: 1440cb734331559cd6d2035aae30509a195a5071
Roller-URL: https://ci.chromium.org/b/8775565551713350017
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: If8a0bee91089ab8159726c0825138000b94952d7
Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/884694
1 file changed
tree: e612c4a39b7edfc02bce922b922dc794e5f0b049
  1. boards/
  2. build/
  3. bundles/
  4. docs/
  5. examples/
  6. infra/
  7. products/
  8. scripts/
  9. sdk/
  10. src/
  11. third_party/
  12. tools/
  13. zircon/
  14. .clang-format
  15. .clang-tidy
  16. .editorconfig
  17. .git-blame-ignore-revs
  18. .gitattributes
  19. .gitignore
  20. .gitmodules
  21. .gn
  22. .ignore
  23. .style.yapf
  24. analysis_options.yaml
  25. AUTHORS
  26. BUILD.gn
  27. CODE_OF_CONDUCT.md
  28. CONTRIBUTING.md
  29. fuchsia.code-workspace
  30. LICENSE
  31. OWNERS
  32. PATENTS
  33. pyrightconfig.json
  34. README.md
  35. rustfmt.toml
README.md

Fuchsia

What is Fuchsia?

Fuchsia is an open source, general purpose operating system supporting modern 64-bit Intel and ARM processors.

We expect everyone interacting with our project to respect our code of conduct.

Read more about Fuchsia's principles.

How can I build and run Fuchsia?

See Getting Started.

Where can I learn more about Fuchsia?

See fuchsia.dev.