Go programming language released new 1.25 version on Tuesday after another 6 months of development.
The new release introduced new Go command options, runtime and compiler changes, some new packages, and platform changes.
News, Tutorials, Howtos for Ubuntu Linux
Go programming language released new 1.25 version on Tuesday after another 6 months of development.
The new release introduced new Go command options, runtime and compiler changes, some new packages, and platform changes.
After 6 months of development, Go language announced new 1.24 release few days ago on Tuesday.
Go 1.24 now fully supports generic type aliases. Type aliases, a concept introduced in Go 1.9, allows to create a new name for an existing type without creating a new type. Previously, it didn’t support type parameters. But this changed in Go 1.24. See more about generic type aliases.
Go programming language announced the new 1.25 release on 12 August, 2025! Here’s the new features and how to install guide for Ubuntu & other Linux.
-http
option in go doc
command.-json
option go version
command.go.mod ignore
directive to specify directories to ignore.go vet
analyzers: waitgroup
and hostport
.testing/synctest
packageencoding/json/v2
and encoding/json/jsontext
packages.-funcalign=N
linker option.See the announcement for more changes in Go 1.25.