Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package golangci-lint for openSUSE:Factory checked in at 2026-03-26 21:09:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/golangci-lint (Old) and /work/SRC/openSUSE:Factory/.golangci-lint.new.8177 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "golangci-lint" Thu Mar 26 21:09:55 2026 rev:57 rq:1342747 version:2.11.4 Changes: -------- --- /work/SRC/openSUSE:Factory/golangci-lint/golangci-lint.changes 2026-03-23 17:13:40.190427189 +0100 +++ /work/SRC/openSUSE:Factory/.golangci-lint.new.8177/golangci-lint.changes 2026-03-27 06:40:51.744572228 +0100 @@ -1,0 +2,6 @@ +Thu Mar 26 09:51:54 UTC 2026 - Dirk Müller <[email protected]> + +- build with go 1.26 otherwise it panics on start (improve + check to actually find this) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ golangci-lint.spec ++++++ --- /var/tmp/diff_new_pack.i0JTIk/_old 2026-03-27 06:40:53.072626416 +0100 +++ /var/tmp/diff_new_pack.i0JTIk/_new 2026-03-27 06:40:53.072626416 +0100 @@ -24,7 +24,7 @@ URL: https://golangci-lint.run Source0: %{name}-%{version}.tar.gz Source1: vendor.tar.gz -BuildRequires: golang(API) >= 1.25 +BuildRequires: golang(API) >= 1.26 %description golangci-lint is a fast Go linters runner. It runs linters in parallel, uses @@ -45,7 +45,7 @@ %check # execute the binary as a basic check -./%{name} --version | grep -q "%{version}" +./%{name} run %install install -D -m 0755 %{name} "%{buildroot}/%{_bindir}/%{name}"
