Skip to content
This repository has been archived by the owner on Dec 1, 2021. It is now read-only.

Support go1.12 toolchain #199

Open
rickb777 opened this issue Feb 26, 2019 · 2 comments
Open

Support go1.12 toolchain #199

rickb777 opened this issue Feb 26, 2019 · 2 comments

Comments

@rickb777
Copy link

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

See

errors/stack.go

Line 136 in ba968bf

n := runtime.Callers(3, pcs[:])
in v0.8.1 for example.

@davecheney
Copy link
Member

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

@davecheney
Copy link
Member

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants