konveyor / tackle2-addon-analyzer

Apache License 2.0
0 stars 12 forks source link

Upgrade Go 1.20. #63

Closed jortel closed 9 months ago

jortel commented 11 months ago

Upgrade to Go 1.20. This will cause a mass reformat. In 1.19 gofmt added a number of pedantic rules. We'll need to update go.mod and re-run go mod tidy.

Use goimports for import ordering.

Replace interface{} with any.

Run gofmt

run goimports.