Skip to content

Commit 2ad53d5

Browse files
committed
update stress installation command for go version 1.17 and later
1 parent 4502ffb commit 2ad53d5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

contributors/devel/sig-testing/flaky-tests.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,10 @@ Finally, you can stress test the unit test using the
215215
with this command:
216216

217217
```sh
218+
# go version 1.17 and later
219+
go install golang.org/x/tools/cmd/stress@latest
220+
221+
# go version prior to 1.17
218222
go get golang.org/x/tools/cmd/stress
219223
```
220224

0 commit comments

Comments
 (0)