apache / incubator-horaedb-meta

Meta service of HoraeDB cluster.
https://horaedb.apache.org
Apache License 2.0
27 stars 15 forks source link

Upgrade to go v1.21 #256

Closed ShiKaiWi closed 1 year ago

ShiKaiWi commented 1 year ago

Description The go 1.21 introduces many useful features, including min/max built-in function, PGO support, and so on. Refer to https://go.dev/doc/go1.21

Proposal Upgrade to go1.21.

Additional context