Skip to content

Commit

Permalink
Merge branch 'release-branch.go1.21' of https://go.googlesource.com/go
Browse files Browse the repository at this point in the history
…into tailscale.go1.21

Go 1.21.3
  • Loading branch information
bradfitz committed Oct 10, 2023
2 parents f242bee + 883f062 commit d1c9159
Show file tree
Hide file tree
Showing 3 changed files with 68 additions and 4 deletions.
4 changes: 2 additions & 2 deletions VERSION
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
go1.21.2
time 2023-09-28T20:21:36Z
go1.21.3
time 2023-10-09T17:04:35Z
2 changes: 2 additions & 0 deletions src/cmd/internal/moddeps/moddeps_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ import (
// See issues 36852, 41409, and 43687.
// (Also see golang.org/issue/27348.)
func TestAllDependencies(t *testing.T) {
t.Skip("TODO(#63427): 1.21.3 contains unreleased changes from vendored modules")

goBin := testenv.GoToolPath(t)

// Ensure that all packages imported within GOROOT
Expand Down
66 changes: 64 additions & 2 deletions src/net/http/h2_bundle.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d1c9159

Please sign in to comment.