-
|
When using binaries downloaded from release assets (built using Line 44 in cd0d344 However, the version printed in golangci-lint/.github/workflows/tag.yml Line 92 in cd0d344 This is hardly a bug (hence opening this as discussion rather than issue) but I figure it might be nice if these matched regardless of where a user obtains Happy to open a PR to help fix but would need guidance on which is preferred - keep the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Hello, good catch. The easier fix is to add the So I think the "right" solution is to strip the |
Beta Was this translation helpful? Give feedback.
Hello,
good catch.
The easier fix is to add the
vbut we can say that the current format (without thev) for binaries is the "real expected format" because binaries are the "main" resources.So I think the "right" solution is to strip the
vfor the Docker image.