Skip to content

Commit 13cb690

Browse files
neildrcrozean
authored andcommitted
net/http: update bundled golang.org/x/net/http2
# AWS EKS Backported To: go-1.16.15-eks Backported On: Tue, 04 Oct 2022 Backported By: [email protected] Backported From: release-branch.go1.18 EKS Patch Source Commit: danbudris@f17d272 Upstream Source Commit: golang@5bc9106 # Original Information Disable cmd/internal/moddeps test, since this update includes PRIVATE track fixes. Fixes CVE-2022-27664 Fixes golang#53977 For golang#54658. Change-Id: I84b0b8f61e49e15ef55ef8d738730107a3cf849b Reviewed-on: https://team-review.git.corp.google.com/c/golang/go-private/+/1554415 Reviewed-by: Roland Shoemaker <[email protected]> Reviewed-by: Tatiana Bradley <[email protected]> Reviewed-on: https://go-review.googlesource.com/c/go/+/428635 Reviewed-by: Tatiana Bradley <[email protected]> Run-TryBot: Michael Knyszek <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Carlos Amedee <[email protected]> comment out test skip from cherry pick of 5bc9106
1 parent 8d0b474 commit 13cb690

File tree

2 files changed

+16
-8
lines changed

2 files changed

+16
-8
lines changed

src/cmd/internal/moddeps/moddeps_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ import (
3333
// See issues 36852, 41409, and 43687.
3434
// (Also see golang.org/issue/27348.)
3535
func TestAllDependencies(t *testing.T) {
36+
// EKS: Skip brought in by cherry-pick of 5bc9106, but not applicable to v1.16
37+
// t.Skip("TODO(#53977): 1.18.5 contains unreleased changes from vendored modules")
38+
3639
goBin := testenv.GoToolPath(t)
3740

3841
// Ensure that all packages imported within GOROOT

src/net/http/h2_bundle.go

Lines changed: 13 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)