pkg / errors

Simple error handling primitives
https://godoc.org/github.com/pkg/errors
BSD 2-Clause "Simplified" License
8.18k stars 692 forks source link

travis: remove Go 1.8 and earlier #182

Closed davecheney closed 5 years ago

davecheney commented 5 years ago

Remove support for Go 1.8 and earlier as they are

a. no longer supported upstream b. lack support for runtime.CallerFrames

Signed-off-by: Dave Cheney dave@cheney.net