We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfd8d8a commit 85422dcCopy full SHA for 85422dc
1 file changed
examples/rack/run
@@ -20,8 +20,8 @@ if ! installed vegeta; then
20
fatal "Could not find go. Either run the examples manually or install"
21
fi
22
23
- go get github.com/tsenart/vegeta # older versions of Go
24
- go install github.com/tsenart/vegeta@latest # newer versions of Go
+ go get github.com/tsenart/vegeta # versions of Go < 1.18
+ go install github.com/tsenart/vegeta@latest # versions of Go >= 1.18
25
26
27
PORT=5123
0 commit comments