errors icon indicating copy to clipboard operation
errors copied to clipboard

Support go1.12 toolchain

Open rickb777 opened this issue 6 years ago • 2 comments

https://golang.org/doc/go1.12#compiler requires changes to the way the stack is analysed.

See https://github.com/pkg/errors/blob/ba968bfe8b2f7e042a574c888954fccecfa385b4/stack.go#L136 in v0.8.1 for example.

rickb777 avatar Feb 26 '19 21:02 rickb777

I believe this is no longer required, Keith rolled back the change to runtime.Callers

davecheney avatar Feb 26 '19 21:02 davecheney

See #200. I believe that Go 1.12 is supported by this package.

davecheney avatar Feb 26 '19 23:02 davecheney