Hi, On 28/11/2024 09:52, Otto Kekäläinen wrote:
In https://salsa.debian.org/go-team/packages/glow/-/jobs/6665802 the build of Glow fails to load github.com/caarlos0/env/v11. Can anybody help me understand why? The dependency exists in Debian (https://packages.debian.org/sid/golang-github-caarlos0-env-dev) and is properly as build-depends. Somehow it is just not picking it up correctly.
This Debian package contains the version 6 of this library, your package requires v11. I ran `build-rdeps golang-github-caarlos0-env-dev` and it seems it is not used by any package, so it can probably be updated to v11 with no issue.
-- Nicolas Peugnet