Open gucio321 opened 1 year ago
Hello,
We don't maintain rpm repositories, you can contact the maintainer of this package (I don't know who is it).
@ldez so how this golangci-lint.rpm gets to yoUr releases?
We create a RPM package but we don't provide it through an RPM repository. I don't know how dnf handles that.
We create a RPM package but we don't provide it through an RPM repository. I don't know how dnf handles that.
so yes, I mean this package.
I download it and install using sudo dnf install ./golangci-lint.rpm
and it installs golang as dependency for some reason (and it ditn't do that in previous releases)
@ldez so there is no repository
outside of RPM, Go is required (diff
too).
Inside the definition of the RPM: https://github.com/golangci/golangci-lint/blob/41bfce91a56541224bc1e7b334a8d03674149679/.goreleaser.yml#L131-L132
It's just a recommendation, and not related to another package, so I don't understand how this become a requirement inside the RPM.
Just to avoid creating a new ticket for such a simple question: when do you think we can have a new release @ldez ? There was a bunch of various improvements and new features in several linters, and it'd be nice be be able to use them.
Welcome
Description of the problem
Hi, I've just updated to latest release (I'm lazy so I'm using rpm package for fedora) When installing via dnf, it wants to add some extra packages:
(it tries to install dnf's version of golang) Its a problem, because I'm not using fedora's go (its 3 minor rleases behind upstream).
Version of golangci-lint
Configuration
not applicable
Go environment
not applicable
Verbose output of running
not applicable
A minimal reproducible example or link to a public repository
not applicable
Validation