jrhy / mast

Go immutable, versioned, diffable map implementation of Merkle Search Trees
Mozilla Public License 2.0
44 stars 4 forks source link

update go 1.14 to 1.20 #182

Closed godeamon closed 1 year ago

godeamon commented 1 year ago

update go version and some deprecated interface.

jrhy commented 1 year ago

I'm just curious, is the present Go version 1.14 holding you back from doing anything?

godeamon commented 1 year ago

I'm just curious, is the present Go version 1.14 holding you back from doing anything?

No. I wanted to use this library and saw that the go version in go mod was lower, so I updated it to avoid a big gap with the new version in the future.

jrhy commented 1 year ago

Cool. Thank you for the contribution!