Hi Simon, On Wed, Jun 24, 2026 at 12:19 PM Simon Josefsson <[email protected]> wrote: > What is your recommendation? Add 'export DEB_GOMINCOMPAT:=1.24' to > debian/rules? Or something related to GO111MODULES?
I would recommend to check the go version from upstream's go.mod file and then define that manually if needed. And we should switch to module-awareness builds with GO111MODULES=auto or GO111MODULES=on. I already have a proof of concept script but need some update for next talk during DebConf26(if I'm possiblily to attend). Best regards, -Andrew
