#1053 Golang 1.21
Merged 6 months ago by pbokoc. Opened 7 months ago by quiet.
fedora-docs/ quiet/release-notes iss1008  into  f39

@@ -3,3 +3,13 @@ 

  

  [[sect-development-go]]

  = Golang

+ 

+ Golang 1.21, the latest stable release of this programming language, is now available in Fedora 39. Notable changes include:

+ 

+ * New built-in functions `min`, `max`, and `clear`

+ * More precise specification of package initialization order

+ * Increased power and precision of type inference

+ * Improved support for forward and backward compatibility in the Go toolchain

+ * Faster build speed by up to 6% thanks to building the compiler itself with profile-guide optimization (PGO)

+ 

+ For more details, see the link:https://tip.golang.org/doc/go1.21[upstream release notes].

rebased onto b0e222d

7 months ago

Pull-Request has been merged by pbokoc

6 months ago
Metadata