group.of.nepali.translators team mailing list archive
-
group.of.nepali.translators team
-
Mailing list archive
-
Message #26150
[Bug 1794395] [NEW] upload golang-1.10 1.10.4 to all supported releases of ubuntu
Public bug reported:
[impact]
To enable packages that are backported wholesale to all releases of Ubuntu (i.e. snapd) to stop depending on what is now a fairly ancient version of Go, we are going to upload 1.10 (the version of Go in 18.04 LTS) to xenial and trusty as well. This is an unusual "SRU" but the plan has been concocted with the approval of the Ubuntu security team (who I will ask to comment here to confirm their acceptance of the plan).
[test case]
$ apt install golang-1.10-go
$ PATH=/usr/lib/go-1.10/bin:$PATH
$ go version
< check it's 1.10 >
$ cat > trivial.go
package main
func main() {}
$ go run trivial.go
$ cat > trivialcgo.go
package main
import "C"
func main() {}
$ go run trivialcgo.go
[regression potential]
It's a new package so should not impact any existing behaviour. I'm not at all proposing to update the default version of Go in a stable release.
** Affects: golang-1.10 (Ubuntu)
Importance: Undecided
Status: Fix Released
** Affects: golang-1.10 (Ubuntu Trusty)
Importance: Undecided
Status: New
** Affects: golang-1.10 (Ubuntu Xenial)
Importance: Undecided
Status: New
** Affects: golang-1.10 (Ubuntu Bionic)
Importance: Undecided
Status: New
** Also affects: golang-1.10 (Ubuntu Bionic)
Importance: Undecided
Status: New
** Also affects: golang-1.10 (Ubuntu Trusty)
Importance: Undecided
Status: New
** Also affects: golang-1.10 (Ubuntu Xenial)
Importance: Undecided
Status: New
** Changed in: golang-1.10 (Ubuntu)
Status: New => Fix Released
--
You received this bug notification because you are a member of नेपाली
भाषा समायोजकहरुको समूह, which is subscribed to Xenial.
Matching subscriptions: Ubuntu 16.04 Bugs
https://bugs.launchpad.net/bugs/1794395
Title:
upload golang-1.10 1.10.4 to all supported releases of ubuntu
Status in golang-1.10 package in Ubuntu:
Fix Released
Status in golang-1.10 source package in Trusty:
New
Status in golang-1.10 source package in Xenial:
New
Status in golang-1.10 source package in Bionic:
New
Bug description:
[impact]
To enable packages that are backported wholesale to all releases of Ubuntu (i.e. snapd) to stop depending on what is now a fairly ancient version of Go, we are going to upload 1.10 (the version of Go in 18.04 LTS) to xenial and trusty as well. This is an unusual "SRU" but the plan has been concocted with the approval of the Ubuntu security team (who I will ask to comment here to confirm their acceptance of the plan).
[test case]
$ apt install golang-1.10-go
$ PATH=/usr/lib/go-1.10/bin:$PATH
$ go version
< check it's 1.10 >
$ cat > trivial.go
package main
func main() {}
$ go run trivial.go
$ cat > trivialcgo.go
package main
import "C"
func main() {}
$ go run trivialcgo.go
[regression potential]
It's a new package so should not impact any existing behaviour. I'm not at all proposing to update the default version of Go in a stable release.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/golang-1.10/+bug/1794395/+subscriptions
Follow ups