paypal / junodb

JunoDB is PayPal's home-grown secure, consistent and highly available key-value store providing low, single digit millisecond, latency at any scale.
Apache License 2.0
2.56k stars 164 forks source link

Upgrade golang version from 1.18 to 1.20 #107

Open varuntechie opened 1 year ago

varuntechie commented 1 year ago

What I Did Found Golang 1.20 has been released but we are still in Golang1.18

What I Expected Keep up to date with the dependent product

What I Saw Instead https://github.com/paypal/junodb/blob/main/go.mod is still on go1.18

justinfx commented 1 year ago

That is just a minimum required Go version. It only matters if you start using features that don't yet exist back in 1.18

nikzayn commented 1 year ago

@varuntechie I would like to take this up!

/assign