commit | f812076c5dd92f30fe0b9ed860869246746c9954 | [log] [tgz] |
---|---|---|
author | Roland Shoemaker <roland@golang.org> | Wed Nov 29 13:48:34 2023 -0800 |
committer | Gopher Robot <gobot@golang.org> | Wed Nov 29 21:54:09 2023 +0000 |
tree | 22a1f9c1ed0f6e49fca72f44f8bdccbbdf607719 | |
parent | a8e0109124268a0a063b5900bce0c2b33398ec01 [diff] |
http2: explicitly set minimum TLS version in tests Fixes tests when using 1.22 in certain cases where the go.mod 'go' directive is not being respected. Change-Id: Ia986a7c900287abd67f0a05f662906a665cdeb87 Reviewed-on: https://go-review.googlesource.com/c/net/+/546115 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Auto-Submit: Roland Shoemaker <roland@golang.org> Reviewed-by: Damien Neil <dneil@google.com>
This repository holds supplementary Go networking libraries.
The easiest way to install is to run go get -u golang.org/x/net
. You can also manually git clone the repository to $GOPATH/src/golang.org/x/net
.
This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html. The main issue tracker for the net repository is located at https://github.com/golang/go/issues. Prefix your issue with “x/net:” in the subject line, so it is easy to find.