From: Bryan C. Mills Date: Fri, 24 Jan 2020 19:57:41 +0000 (-0500) Subject: doc/go1.14: document the new GOINSECURE variable X-Git-Tag: go1.14rc1~58 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=f652015a0ab0f197a5a3929afa39d76dc73ed9e6;p=gostls13.git doc/go1.14: document the new GOINSECURE variable Fixes #36746 Change-Id: Iab9eaceb743ee52c82e7645216a671362189a021 Reviewed-on: https://go-review.googlesource.com/c/go/+/216380 Reviewed-by: witchard Reviewed-by: Russ Cox --- 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