cockroachdb / cockroach-go

Packages for go clients.
Apache License 2.0
159 stars 70 forks source link

Switch to docs page to determine latest stable version #175

Closed rafiss closed 10 months ago

rafiss commented 10 months ago

fixes https://github.com/cockroachdb/cockroach-go/issues/174

The code was previously looking at the /api/updates endpoint on the register.cockroachdb.com server. However, that endpoint returns Cloud Only releases, which cannot be downloaded from binaries.cockroachdb.com.

Now we use the releases list maintained by the docs team, which lets us filter out undesired releases.

cockroach-teamcity commented 10 months ago

This change is Reviewable

elv-todd commented 10 months ago

thanks! to point to it do we use

go get github.com/cockroachdb/cockroach-go/v2@master

or are we waiting on a release?

rafiss commented 10 months ago

v2.3.6 of this library has this fix