gowsdl icon indicating copy to clipboard operation
gowsdl copied to clipboard

New release

Open rpoletaev opened this issue 6 years ago • 7 comments

Please, create new release. go mod download code too old

rpoletaev avatar Aug 21 '19 02:08 rpoletaev

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

seborama avatar Aug 27 '19 13:08 seborama

+1

zwczou avatar Aug 27 '19 14:08 zwczou

you can replace
github.com/hooklift/gowsdl v0.3.1 => github.com/hooklift/gowsdl v0.0.0-20190530115702-4acf24e0e4ce

zwczou avatar Aug 27 '19 14:08 zwczou

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

seborama avatar Aug 27 '19 17:08 seborama

Will try to cut a release tomorrow. Thanks for bringing this up!

c4milo avatar Aug 28 '19 03:08 c4milo

Any progress on this?

dcormier avatar Feb 05 '20 20:02 dcormier

+up

cansozeri avatar Mar 03 '20 14:03 cansozeri