cockroachdb / cockroach-go

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

Do not use redirects for latest binaries #157

Closed rail closed 1 year ago

rail commented 1 year ago

After we moved the edge CDN to GCS-backed Google CDN, the latest binaries became actual binaries, without redirects, as it was before.

This PR removes the redirect resolution logic.

I also pinned clrfmt to the version that doesn't use generics and added go-1.19 to the test matrix.

cockroach-teamcity commented 1 year ago

This change is Reviewable