yorkie-team / yorkie

Yorkie is a document store for collaborative applications.
https://yorkie.dev
Apache License 2.0
781 stars 145 forks source link

Update Go version to 1.18 #304

Closed hackerwins closed 2 years ago

hackerwins commented 2 years ago

Description:

Update Go version to 1.18.

We need to check about changes from 1.17 to 1.18 and reflect the changes on the Yorkie.

https://tip.golang.org/doc/go1.18

Tasks

Why:

dc7303 commented 2 years ago

We can use generics while updating to 1.18.

I think the list below would be good if generics were applied.

hackerwins commented 2 years ago

@dc7303 Thanks for your comments. I added the tasks in the first comment.