New release
Please, create new release. go mod download code too old
Hi,
Up-voting this issue.
We are using go.mod but as we depend on the Context-aware methods, we cannot lock on a release and are forced to use a v0.0.0-commit-style dependency. This tends to be volatile (v0.0.0 is always less than v0.3.1 even though in actual facts it is more recent in the timeline).
The latest release (v0.3.1) has fallen a long way behind master.
Would it be possible to keep the releases somewhat in sync with master?
Much appreciated, Seb
+1
you can replace
github.com/hooklift/gowsdl v0.3.1
=>
github.com/hooklift/gowsdl v0.0.0-20190530115702-4acf24e0e4ce
Correct but as noted above this is more volatile with go.mod because v0.0.0-commit is considered older than say v0.3.1
Will try to cut a release tomorrow. Thanks for bringing this up!
Any progress on this?
+up