Closed jsravn closed 2 years ago
Linked draft PR which we think may resolve this issue. Needs additional work to test it out and ensure it is indeed the fix.
Resulted from this doc: https://github.com/golang/go/wiki/Modules#semantic-import-versioning
And go install of
@latest
picks up the old v1.5.0 version, which panics when running.Also see #45