jammy (22.04):

 $ lsb_release -d
 Description:   Ubuntu 22.04.5 LTS
$ dpkg -l | grep golang-1.25
 ii  golang-1.25                      1.25.7-2~22.04.1                          
       all          Go programming language compiler - metapackage
 ii  golang-1.25-doc                  1.25.7-2~22.04.1                          
       all          Go programming language - documentation
 ii  golang-1.25-go                   1.25.7-2~22.04.1                          
       amd64        Go programming language compiler, linker, compiled stdlib
 ii  golang-1.25-src                  1.25.7-2~22.04.1                          
       all          Go programming language - source files
$ export PATH=/usr/lib/go-1.25/bin:$PATH
$ go version
 go version go1.25.7 linux/amd64
$ go build -o hello hello.go && ./hello
 Hello from Go go1.25.7 on linux/amd64
 Sum 0..999 = 499500
$ file hello
 /tmp/hello: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), statically 
linked, BuildID[sha1]=327eb4db76030dd1d2b4fb4076a2a3ae884df608, with 
debug_info, not stripped

noble (24.04):

 $ lsb_release -d
 Description:   Ubuntu 24.04.4 LTS
$ dpkg -l | grep golang-1.25
 ii  golang-1.25                     1.25.7-2~24.04.1                        
all          Go programming language compiler - metapackage
 ii  golang-1.25-doc                 1.25.7-2~24.04.1                        
all          Go programming language - documentation
 ii  golang-1.25-go                  1.25.7-2~24.04.1                        
amd64        Go programming language compiler, linker, compiled stdlib
 ii  golang-1.25-src                 1.25.7-2~24.04.1                        
all          Go programming language - source files
$ export PATH=/usr/lib/go-1.25/bin:$PATH
$ go version
 go version go1.25.7 linux/amd64
$ go build -o hello hello.go && ./hello
 Hello from Go go1.25.7 on linux/amd64
 Sum 0..999 = 499500
$ file hello
 /tmp/hello: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), statically 
linked, BuildID[sha1]=327eb4db76030dd1d2b4fb4076a2a3ae884df608, with 
debug_info, not stripped

** Tags removed: verification-needed-questing
** Tags added: verification-done-jammy verification-done-noble 
verification-done-questing

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2139254

Title:
  [SRU] backport golang-1.25 to jammy, noble, questing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/golang-1.25/+bug/2139254/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to