go.toolchain.branch: switch to Go 1.26
Updates #18682 Change-Id: I1eadfab950e55d004484af880a5d8df6893e85e8 Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
This commit is contained in:
committed by
Brad Fitzpatrick
parent
87bf76de89
commit
d784dcc61b
@@ -265,7 +265,6 @@ func TestMinTailscaledWithCLI(t *testing.T) {
|
||||
badSubstrs := []string{
|
||||
"cbor",
|
||||
"hujson",
|
||||
"pprof",
|
||||
"multierr", // https://github.com/tailscale/tailscale/pull/17379
|
||||
"tailscale.com/metrics",
|
||||
"tailscale.com/tsweb/varz",
|
||||
@@ -287,6 +286,8 @@ func TestMinTailscaledWithCLI(t *testing.T) {
|
||||
BadDeps: map[string]string{
|
||||
"golang.org/x/net/http2": "unexpected x/net/http2 dep; tailscale/tailscale#17305",
|
||||
"expvar": "unexpected expvar dep",
|
||||
"runtime/pprof": "unexpected runtime/pprof dep",
|
||||
"net/http/pprof": "unexpected net/http/pprof dep",
|
||||
"github.com/mdlayher/genetlink": "unexpected genetlink dep",
|
||||
"tailscale.com/clientupdate": "unexpected clientupdate dep",
|
||||
"filippo.io/edwards25519": "unexpected edwards25519 dep",
|
||||
|
||||
Reference in New Issue
Block a user