Skip to content

Commit 2bcf995

Browse files
bitmaybewiseSinjo
authored andcommitted
go install needs version to be specified
Signed-off-by: Hercules Merscher <[email protected]>
1 parent d2987f1 commit 2bcf995

File tree

1 file changed

+2
-2
lines changed
  • examples/rack

1 file changed

+2
-2
lines changed

examples/rack/run

+2-2
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
24-
go install github.com/tsenart/vegeta
23+
go get github.com/tsenart/vegeta # older versions of Go
24+
go install github.com/tsenart/vegeta@latest # newer versions of Go
2525
fi
2626

2727
PORT=5000

0 commit comments

Comments
 (0)