Skip to content

Conversation

@dcantah
Copy link
Contributor

@dcantah dcantah commented Apr 7, 2022

Some of the tooling golangci-lint uses doesn't fully support 1.18 yet resulting in a bunch of hard to decode errors. We were using ^1.17.0 as our version listed so we ended up resolving to 1.18 a couple of days ago and finally ran into this. v1.45.0 of golangci-lint has a workaround for this which is disabling some of the problematic linters, but these are some of our most used. This seems like a sane fix for now until the kinks are ironed out and things are working on 1.18.

Some of the tooling golangci-lint uses doesn't fully support 1.18 yet
resulting in a bunch of hard to decode errors. We were using ^1.17.0
as our version listed so we ended up resolving to 1.18 a couple of days
ago and finally ran into this. v1.45.0 of golangci-lint has a
workaround for this which is disabling some of the problematic linters,
but these are some of our most used. This seems like a sane fix for
now until the kinks are worked out and things are working on 1.18.

Signed-off-by: Daniel Canter <[email protected]>
@dcantah dcantah requested a review from a team as a code owner April 7, 2022 01:27
Copy link
Contributor

@anmaxvl anmaxvl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM ty!

@dcantah dcantah merged commit 2957199 into master Apr 7, 2022
@anmaxvl anmaxvl deleted the fix-linter branch April 7, 2022 17:23
anmaxvl pushed a commit that referenced this pull request Feb 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants