From f652015a0ab0f197a5a3929afa39d76dc73ed9e6 Mon Sep 17 00:00:00 2001 From: "Bryan C. Mills" Date: Fri, 24 Jan 2020 14:57:41 -0500 Subject: [PATCH] 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 --- doc/go1.14.html | 10 ++++++++++ 1 file changed, 10 insertions(+) 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

-- 2.50.0