-
Hi, however, in the go1.20 module that I have, the 1.55 and 1.54 version break with an error
I wonder since there are no issues about it, it must be somehow related to the particular imports? |
Beta Was this translation helpful? Give feedback.
Answered by
ldez
Dec 8, 2023
Replies: 1 comment 1 reply
-
Hello, the Docker image golangci-lint depends on the local Go version. You should use the binary version of golangci-lint or a custom image. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
hellt
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
the Docker image
golangci/golangci-lint:v1.55.2
uses go1.21.golangci-lint depends on the local Go version.
You should use the binary version of golangci-lint or a custom image.