diff --git a/doc/go1.14.html b/doc/go1.14.html index 74ff5a3bef..99d2550680 100644 --- a/doc/go1.14.html +++ b/doc/go1.14.html @@ -193,6 +193,16 @@ TODO trimming the ".mod" extension and appending ".sum".

+

Environment variables

+ +

+ GOINSECURE is a new environment variable that instructs + the go command to not require an HTTPS connection, and to skip + certificate validation, when fetching certain modules directly from their + origins. Like the existing GOPRIVATE variable, the value + of GOINSECURE is a comma-separated list of glob patterns. +

+

+incompatible versions