cockroachdb / swiss

Go port of Google's Swiss Table hash table
Apache License 2.0
317 stars 12 forks source link

swiss: add build tag that allows building with any go version #36

Closed DarrylWong closed 5 months ago

DarrylWong commented 5 months ago

Related to https://github.com/cockroachdb/cockroach/issues/125104 and #35, this will allow for easier testing of new Go versions without having to manually mark them as supported. Specifically this is an ask by the Go team who would like to test Cockroach on newer versions without needing us to change the build tags each time.

cockroach-teamcity commented 5 months ago

This change is Reviewable