Hi Martin,
On Sun, Aug 9, 2026 at 5:19 PM Martin Dosch <[email protected]> wrote:
>
> Hi Andrew and Mathias,
>
> not sure what that means to me. Does that mean it requires a change in
> the tooling and I just wait for an update?
It means we need a proper fix in the tooling. Mathias, can you make a
new upload of dh-golang for this fix?
And you may workaround in the maintime. Simply use sed to update the
version in the generated go.work under builddirectory in
execute_after_dh_auto_configure target.
eg:
execute_after_dh_auto_configure:
sed -i -e "s/1.26/1.26.1" debian/_build/go.work
And then, see if you may catch more other issues from new tooling. :)
Happy hacking,
--
-Andrew