diff --git a/doc/go1.16.html b/doc/go1.16.html index 09717dac8534c1..3164acbb6dc85c 100644 --- a/doc/go1.16.html +++ b/doc/go1.16.html @@ -85,6 +85,16 @@

go test

that is still considered to be a passing test.

+

+ The go get -insecure flag is + deprecated and will be removed in a future version. The GOINSECURE + environment variable should be used instead, since it provides control + over which modules may be retrieved using an insecure scheme. Unlike the + -insecure flag, GOINSECURE does not disable module + sum validation using the checksum database. The GOPRIVATE or + GONOSUMDB environment variables may be used instead. +

+

The all pattern