tsenart / vegeta

HTTP load testing tool and library. It's over 9000!
http://godoc.org/github.com/tsenart/vegeta/lib
MIT License
23.5k stars 1.36k forks source link

undefined: http.ErrUseLastResponse while installing #225

Closed industral closed 7 years ago

industral commented 7 years ago

While installing I get:

$ go get -u github.com/tsenart/vegeta
# github.com/tsenart/vegeta/lib
go/src/github.com/tsenart/vegeta/lib/attack.go:99: undefined: http.ErrUseLastResponse
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 16.10
Release:    16.10
Codename:   yakkety
$ go version
go version go1.6.3 linux/amd64
ghost commented 7 years ago

Please build with the latest Go version.

ethanfrey commented 7 years ago

go 1.7.3 works for me (osx)

you have to use a ppa on ubuntu...