[Bug 2080372] Re: SRU golang 1.23.1 to older releases
Launchpad Bug Tracker
2080372 at bugs.launchpad.net
Mon Sep 23 07:34:39 UTC 2024
This bug was fixed in the package golang-1.23 - 1.23.1-1~24.04
---------------
golang-1.23 (1.23.1-1~24.04) noble; urgency=medium
* Backport to noble (LP: #2080372)
-- Didier Roche-Tolomelli <didrocks at ubuntu.com> Wed, 11 Sep 2024
14:49:46 +0200
** Changed in: golang-1.23 (Ubuntu Noble)
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to golang-1.23 in Ubuntu.
https://bugs.launchpad.net/bugs/2080372
Title:
SRU golang 1.23.1 to older releases
Status in golang-1.23 package in Ubuntu:
Fix Released
Status in golang-1.23 source package in Jammy:
Fix Released
Status in golang-1.23 source package in Noble:
Fix Released
Bug description:
[ Impact ]
Our incoming WSL Pro Service is a go tool that will require for both
security reasons and new features usage Go 1.23.
We will have a single code base for 20.04, 22.04 and 24.04 LTSes. Note
that this SRU is only about 22.04 and 24.04 as 20.04 will be treated
separately.
[ Test Plan ]
1. Install golang 1.23
2. Run `go version` ouside of any workspace
-> ensure go 1.23 is printed
3. Build wsl-pro-service with it (adjusting the PATH)
-> ensure it builds and that tests pass
[ Where problems could occur ]
The go package is a new, per version, package. It doesn’t change any
of the default PATH and is opt-in for application.
So, problems will occur inside the package itself or for application
that are explicitely opting in, but not outside.
[ Other info ]
We are already building and testing special Pro for WSL images which
are using this go version and properties from this PPA:
https://launchpad.net/~ubuntu-wsl-dev/+archive/ubuntu/ppa
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/golang-1.23/+bug/2080372/+subscriptions
More information about the foundations-bugs
mailing list