File tree 1 file changed +10
-0
lines changed
1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -85,6 +85,16 @@ <h4 id="go-test"><code>go</code> <code>test</code></h4>
85
85
that is still considered to be a passing test.
86
86
</ p >
87
87
88
+ < p > <!-- golang.org/issue/37519 -->
89
+ The < code > go</ code > < code > get</ code > < code > -insecure</ code > flag is
90
+ deprecated and will be removed in a future version. The < code > GOINSECURE</ code >
91
+ environment variable should be used instead, since it provides control
92
+ over which modules may be retrieved using an insecure scheme. Unlike the
93
+ < code > -insecure</ code > flag, < code > GOINSECURE</ code > does not disable module
94
+ sum validation using the checksum database. The < code > GOPRIVATE</ code > or
95
+ < code > GONOSUMDB</ code > environment variables may be used instead.
96
+ </ p >
97
+
88
98
< h4 id ="all-pattern "> The < code > all</ code > pattern</ h4 >
89
99
90
100
< p > <!-- golang.org/cl/240623 -->
You can’t perform that action at this time.
0 commit comments