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
Judging by golangci/golangci-lint#2374, the old golangci-lint that we use isn't compatiable with Go 1.18, which is the compiler we're using when building the Docker images. Let's upgrade golangci-lint to the latest release and enable relevant linters that have been added since 1.43 that we currently use.
Motivation
We should be able to run the linter with the compiler we're using for the production builds.
Exemplification
N/A
Benefits
Be able to use the same compiler everywhere.
Access to new and updated linters.
Possible Drawbacks
None.
The text was updated successfully, but these errors were encountered:
Description
Judging by golangci/golangci-lint#2374, the old golangci-lint that we use isn't compatiable with Go 1.18, which is the compiler we're using when building the Docker images. Let's upgrade golangci-lint to the latest release and enable relevant linters that have been added since 1.43 that we currently use.
Motivation
We should be able to run the linter with the compiler we're using for the production builds.
Exemplification
N/A
Benefits
Possible Drawbacks
None.
The text was updated successfully, but these errors were encountered: