You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upgrade Go version from 1.16 to 1.18
Go1.18 have lots of new features https://go.dev/blog/go1.18
Using Generic can reduce lots of boilerplate code in our codebase.
Is there an existing issue for this?
What would you like to be added?
Upgrade Go version from 1.16 to 1.18
Go1.18 have lots of new features https://go.dev/blog/go1.18
Using Generic can reduce lots of boilerplate code in our codebase.
As far as I know we did not upgrade to 1.18 because of the golangci-lint did not support 1.18.
They support 1.18 in these issues golangci/golangci-lint#2649 golangci/golangci-lint#2414
there are several steps to finish this issue
Why is this needed?
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: