go-client icon indicating copy to clipboard operation
go-client copied to clipboard

README installation instructions are incorrect

Open mark-ross opened this issue 3 months ago • 0 comments

Hello!

I encountered an issue following the README instructions when adding this to the project.

The README instruction say to use

go get github.com/splitio/go-client/

However, this produces an error:

go: github.com/splitio/go-client: no matching versions for query "upgrade"

I believe the correct installation command is:

go get github.com/splitio/go-client/v6/splitio@latest

And as an FYI, I'm running Go v1.25.1.

While not a big issue, it might save folks some time who are looking to integrate this in their codebases.

Thanks for your time!

mark-ross avatar Oct 03 '25 18:10 mark-ross