Replies: 1 comment 13 replies
-
Hello, can you fill required sections of the issue description?
From your logs, I think you do not download it but built it by using I think you are using go1.16 on your CI, so:
|
Beta Was this translation helpful? Give feedback.
13 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Welcome
Description of the problem
I have a test pipeline where I execute unit tests before merging the pr and there I also download and execute golanci-lint binary to check the code. For some reason, v1.49.0 version is giving the following error. v1.47.2 however seems to be working.
I have checked the library which presumably causing the error also has the go version 1.18 set in the mod file. Can anyone recommend any solutions? I have reverted the version to 1.47.2 so it is okay at the moment for the pipeline.
Version of golangci-lint
Configuration file
Go environment
Verbose output of running
Code example or link to a public repository
Makefile:
Here is the pipeline yaml
Beta Was this translation helpful? Give feedback.
All reactions