During testing of the v3.5.3-rc1 and v3.6.0-rc1 branches I found a minor
but critical issue in the go.mod file which renders the releases unusable
for gremlin-go.

The issue is that go get will grab master, the root cause appears to be a
simple issue in the go.mod file. TinkerPop project is releasing on version
3.x.y, because of this, the go.mod needs to have a module postfixed with v3
(see https://github.com/apache/tinkerpop/blob/3.5.3/gremlin-go/go.mod#L20).

The fix should be to simply postfix the module with v3, but this requires a
bit more testing and validation to make sure the imports are
working properly

Once this is tested and the branches are re-opened I will push the fi9x and
redo the gremlin-go release candidates immediately. The first operating
release for Go should then be go/3.5.4-rc1 and go/3.6.1-rc1
-- 
*Lyndon Bauto*
Team Lead
Bit Quill Technologies Inc.
[email protected]
https://www.bitquilltech.com

Reply via email to