gateio / gatews

Gate Websocket V4 SDK
89 stars 35 forks source link

Go mod tag version #19

Closed LogansUA closed 2 years ago

LogansUA commented 2 years ago

Hey, I'm trying to lock the version in go.mod to github.com/gateio/gatews v0.2.4 (v0.2.4 is the latest release tag). But it seems that because an actual Golang code is in github.com/gateio/gatews/go directory and in project it's used as

import gate "github.com/gateio/gatews/go"

the go.mod is locking it to the latest commit hash github.com/gateio/gatews/go v0.0.0-20211015033957-f7c469464a59.

It's not somehow affecting our flow, just wanted to maintain a proper versions of modules.

Do you know how can I change this? Or maybe you could publish a better tag distinction?

Regards, Thanks

revilwang commented 2 years ago

Upgrade the version to v0.2.5. v0.2.4 tag has been falsely broken before.