[roll] 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
Change-Id: I31cd5fc99c2d099f11a61d4782b50a86231552e8
1 file changed
tree: 61523c43d699443574946993a774905ca82efe8a
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.