golang-1.25 (1.25.0-1)
[PTS] [DDPO]
NEW: VCS has unreleased changes: 1.25.0-2 > 1.25.0-1
- Git: https://salsa.debian.org/go-team/compiler/golang.git -b golang-1.25
-
- Branch: golang-1.25
- Path: debian/changelog
- Repo size: 30547968
- Browser: https://salsa.debian.org/go-team/compiler/golang/tree/golang-1.25
- Last scan: 2025-09-13 15:33:16+00
- Next scan: 2025-09-22 00:52:00+00
- Merge requests: 4
- Debian changelog in Git:
golang-1.25 (1.25.0-2) UNRELEASED; urgency=medium
* Add support for cross-building natively (Closes: #1100436)
- https://salsa.debian.org/go-team/compiler/golang/-/merge_requests/21
* Clean up debian/helpers/goenv.sh (notably no more go1.16 support)
-- Tianon Gravi <tianon@debian.org> Mon, 18 Aug 2025 19:32:53 -0700
- This branch is 2 commits ahead of tag debian/1.25.0-1
- Git log:
commit df728b0ceac3e269b43b8dcf73364413d8dc7946
Author: Tianon Gravi <tianon@debian.org>
Date: Mon Aug 18 22:25:31 2025 -0700
Set better CC defaults around arm* (native for arm*, armhf for others)
also, Clean up debian/helpers/goenv.sh (notably no more go1.16 support)
(cherry picked from commit 292b057f03176124546853c1493ee4808a3a4856)
commit 831271e58bb5362e233af9382f4f716f962641ee
Author: Tianon Gravi <tianon@debian.org>
Date: Sat Jul 26 23:18:44 2025 -0700
Add support for cross-building natively (Closes: #1100436)
I wrote this code eons ago (go1.21rc2), but got annoyed and depressed and didn't push it anywhere, so here it is.
(cherry picked from commit 13ad175af2a02ed69af65b8237b94f3802f33777 on golang-1.24; https://salsa.debian.org/go-team/compiler/golang/-/merge_requests/21)