Closed orpheuslummis closed 1 year ago
unsure, but I suggest we find replacements for the functionalities of these 'lost' linters, if possible
No, they were deprecated because they were doing repetitive tasks (similar to unused
and some others). When we bump our CI to 1.49 we can handle this, it's a trivial fix.
ok, nice
Blocked until this is fixed: https://github.com/golangci/golangci-lint-action/issues/540 Because of this issue: https://github.com/golangci/golangci-lint-action/issues/535
The issue that made us hard code to version v1.47 still persists (#727) lint action uses the default built binary that enforces go v1.19 formatting.
suggest waiting for this until that is fixed (or else we would manually have to build golang-ci every time in the CI).
Or until we bump to GoLang v1.19
You beat me to it.
One thing to keep in mind is this is only an issue locally for now as our CI is locked to a version before this.