We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6649d5 commit ed59f9cCopy full SHA for ed59f9c
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