Skip to content

Commit ed59f9c

Browse files
committed
Make Go version comment more specific
Signed-off-by: Chris Sinjakli <chris@sinjakli.co.uk>
1 parent e6649d5 commit ed59f9c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • examples/rack

examples/rack/run

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ if ! installed vegeta; then
2020
fatal "Could not find go. Either run the examples manually or install"
2121
fi
2222

23-
go get github.com/tsenart/vegeta # older versions of Go
24-
go install github.com/tsenart/vegeta@latest # newer versions of Go
23+
go get github.com/tsenart/vegeta # versions of Go < 1.18
24+
go install github.com/tsenart/vegeta@latest # versions of Go >= 1.18
2525
fi
2626

2727
PORT=5123

0 commit comments

Comments
 (0)