Hi mdosch and Mathias, ---------- Forwarded message --------- From: Debian Wiki <[email protected]> Date: Fri, Aug 7, 2026 at 9:56 PM Subject: [Debian Wiki] Update of "DebConf/26/Sprints/DebianGoTeam/GoModBuilds" by mdosch To: Debian Wiki <[email protected]> + * '''[[https://tracker.debian.org/pkg/sptlrx|sptlrx]]''' - Status: Pending | Uploader: mdosch | Notes: ''go: module _build/src/github.com/raitonoberu/sptlrx listed in go.work file requires go >= 1.26.1, but go.work lists go 1.26;'' '''help appreciated'''
I noticed this change on wiki and also I saw Mathias already put that into: https://wiki.debian.org/DebConf/26/Sprints/DebianGoTeam/Known-dh-golang-issues gibmat already commend: dh-golang should probably use the full Go version corresponding to whatever version of the Go compiler is currently running to work around such issues. And I think we should try to be identical with upstream developer's expectation. We can reproduce the same issue on both upstream and Debian. Also upstream fixes may applies the same in Debian. I think dh-golang should respect the go version from upstrema's go.mod file. Not force to use full Go version of Go Compiler is currently running, but copy the same versioning from go.mod file in the generated go.work file. Best regards, -- -Andrew
