@@ -59,18 +59,10 @@ <h3 id="go-command">Go command</h3>
59
59
TODO: < a href ="https://go.dev/issue/45454 "> https://go.dev/issue/45454</ a > : provide build tags for architecture environment variables
60
60
</ p >
61
61
62
- < p > <!-- https://go.dev/issue/50332 -->
63
- TODO: https://go.dev/issue/50332: add -C flag to change directory
64
- </ p >
65
-
66
62
< p > <!-- CL 448357: cmd/go: print test2json start events -->
67
63
TODO: CL 448357: cmd/go: print test2json start events
68
64
</ p >
69
65
70
- < p > <!-- https://go.dev/issue/41583 -->
71
- TODO: https://go.dev/issue/41583: add go test -skip to skip specific tests
72
- </ p >
73
-
74
66
< p > <!-- CL 432535: cmd/go: don't install most GOROOT .a files in pkg -->
75
67
The Go distribution no longer ships with pre-compiled < code > .a</ code >
76
68
files for most of the packages in < code > GOROOT</ code > , now only including
@@ -94,6 +86,25 @@ <h3 id="go-command">Go command</h3>
94
86
the < code > GOPATH</ code > install targets to unexpectedly remain in effect.)
95
87
</ p >
96
88
89
+ < p > <!-- https://go.dev/issue/41696, CL 416094 -->
90
+ The < code > -i</ code > flag is no longer accepted by
91
+ < code > go</ code > < code > build</ code > and < code > go</ code > < code > test</ code > .
92
+ The flag has been < a href ="https://go.dev/issue/41696 "> deprecated since Go 1.16</ a > .
93
+ </ p >
94
+
95
+ < p > <!-- https://go.dev/issue/50332 -->
96
+ The < code > go</ code > subcommands now accept
97
+ < code > -C</ code > < code > <dir></ code > to change directory to <dir>
98
+ before performing the command, which may be useful for scripts that need to
99
+ execute commands in multiple different modules.
100
+ </ p >
101
+
102
+ < p > <!-- https://go.dev/issue/41583 -->
103
+ The < code > go</ code > < code > test</ code > command now accepts
104
+ < code > -skip</ code > < code > <pattern></ code > to skip tests or subtests
105
+ matching < code > <pattern></ code > .
106
+ </ p >
107
+
97
108
< h4 id ="go-version "> < code > go</ code > < code > version</ code > </ h4 >
98
109
99
110
< p > <!-- https://go.dev/issue/48187 -->
0 commit comments