-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Labels
enhancementIndicates an improvement to a featureIndicates an improvement to a feature
Description
Description
The new Go version is coming out soon and we should update after the first minor patch has been released. Additionally, there are some formatting changes to encourage people to use any
instead of interface{}
. We should try and get a new linter added to check for that in the Go files.
Value
Helps use get the latest and greatest security/feature updates and will help our code look like the community expectations.
Definition of Done
- all Go repos have been updated to 1.18.x
- linter has a check for
interface{}
toany
(if it exists of course)
Metadata
Metadata
Assignees
Labels
enhancementIndicates an improvement to a featureIndicates an improvement to a feature