Installing using install.sh causes inconsistent version tag #3789
Labels
area: install
Issue relates to installation or downloading process
won't fix
This will not be worked on
Welcome
Description of the problem
Suppose I install golangci-lint v1.51.1 via brew, go install, etc., I can get the following result for running
golangci-lint version --format short
:v1.51.1
.However, if I install golangci-lint using the
install.sh
and runs the same command, I would get1.51.1
, which is inconsistent with the results of other approaches. This behavior can potentially cause issues within CI/CD process (like a version checking mechanism).Version of golangci-lint
Configuration file
Go environment
Verbose output of running
Code example or link to a public repository
The text was updated successfully, but these errors were encountered: