11 Commits

Author SHA256 Message Date
76d3495b57 Accepting request 1332785 from devel:languages:go
- Enable go-race on riscv64

OBS-URL: https://build.opensuse.org/request/show/1332785
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/go1.26?expand=0&rev=5
2026-02-13 11:45:38 +00:00
72e5d528df - Enable go-race on riscv64
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go1.26?expand=0&rev=6
2026-02-12 22:33:58 +00:00
f11ba9b1a9 Accepting request 1332369 from devel:languages:go
- go1.26.0 (released 2026-02-10) is a major release of Go.
  go1.26.x minor releases will be provided through February 2027.
  https://github.com/golang/go/wiki/Go-Release-Cycle
  go1.26 arrives six months after Go 1.25. Most of its changes are
  in the implementation of the toolchain, runtime, and
  libraries. As always, the release maintains the Go 1 promise of
  compatibility. We expect almost all Go programs to continue to
  compile and run as before.
  Refs boo#1255111 go1.26 release tracking
  * Language change: The built-in new function, which creates a new
    variable, now allows its operand to be an expression,
    specifying the initial value of the variable.
  * Language change: The restriction that a generic type may not
    refer to itself in its type parameter list has been lifted. It
    is now possible to specify type constraints that refer to the
    generic type being constrained.
  * go command: The venerable go fix command has been completely
    revamped and is now the home of Go’s modernizers. It provides a
    dependable, push-button way to update Go code bases to the
    latest idioms and core library APIs. The initial suite of
    modernizers includes dozens of fixers to make use of modern
    features of the Go language and library, as well a source-level
    inliner that allows users to automate their own API migrations
    using //go:fix inline directives. These fixers should not
    change the behavior of your program, so if you encounter any
    issues with a fix performed by go fix, please report it.
  * go command: The rewritten go fix command builds atop the exact
    same Go analysis framework as go vet. This means the same
    analyzers that provide diagnostics in go vet can be used to
    suggest and apply fixes in go fix. The go fix command’s

OBS-URL: https://build.opensuse.org/request/show/1332369
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/go1.26?expand=0&rev=4
2026-02-11 17:48:22 +00:00
3a4fb75ef7 - go1.26.0 (released 2026-02-10) is a major release of Go.
go1.26.x minor releases will be provided through February 2027.
  https://github.com/golang/go/wiki/Go-Release-Cycle
  go1.26 arrives six months after Go 1.25. Most of its changes are
  in the implementation of the toolchain, runtime, and
  libraries. As always, the release maintains the Go 1 promise of
  compatibility. We expect almost all Go programs to continue to
  compile and run as before.
  Refs boo#1255111 go1.26 release tracking
  * Language change: The built-in new function, which creates a new
    variable, now allows its operand to be an expression,
    specifying the initial value of the variable.
  * Language change: The restriction that a generic type may not
    refer to itself in its type parameter list has been lifted. It
    is now possible to specify type constraints that refer to the
    generic type being constrained.
  * go command: The venerable go fix command has been completely
    revamped and is now the home of Go’s modernizers. It provides a
    dependable, push-button way to update Go code bases to the
    latest idioms and core library APIs. The initial suite of
    modernizers includes dozens of fixers to make use of modern
    features of the Go language and library, as well a source-level
    inliner that allows users to automate their own API migrations
    using //go:fix inline directives. These fixers should not
    change the behavior of your program, so if you encounter any
    issues with a fix performed by go fix, please report it.
  * go command: The rewritten go fix command builds atop the exact
    same Go analysis framework as go vet. This means the same
    analyzers that provide diagnostics in go vet can be used to
    suggest and apply fixes in go fix. The go fix command’s

OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go1.26?expand=0&rev=5
2026-02-11 05:10:14 +00:00
64ea4adfe2 Accepting request 1332057 from devel:languages:go
- go1.26rc3 (released 2026-02-04) is a release candidate version of
  go1.26 cut from the master branch at the revision tagged
  go1.26rc3.
  Refs boo#1255111 go1.26 release tracking

OBS-URL: https://build.opensuse.org/request/show/1332057
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/go1.26?expand=0&rev=3
2026-02-09 18:29:45 +00:00
b44e27874a Accepting request 1332054 from home:jfkw:branches:devel:languages:go
- go1.26rc3 (released 2026-02-04) is a release candidate version of
  go1.26 cut from the master branch at the revision tagged
  go1.26rc3.
  Refs boo#1255111 go1.26 release tracking

OBS-URL: https://build.opensuse.org/request/show/1332054
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go1.26?expand=0&rev=4
2026-02-09 14:25:24 +00:00
5fa7aa4ab7 Accepting request 1327509 from devel:languages:go
- go1.26rc2 (released 2026-01-15) is a release candidate version of
  go1.26 cut from the master branch at the revision tagged
  go1.26rc2.
  Refs boo#1255111 go1.26 release tracking
  * go1.26 requires go1.24.6 or later for bootstrap.

OBS-URL: https://build.opensuse.org/request/show/1327509
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/go1.26?expand=0&rev=2
2026-01-17 13:53:46 +00:00
4c0d7bc4db Accepting request 1327506 from home:jfkw:branches:devel:languages:go
- go1.26rc2 (released 2026-01-15) is a release candidate version of
  go1.26 cut from the master branch at the revision tagged
  go1.26rc2.
  Refs boo#1255111 go1.26 release tracking
  * go1.26 requires go1.24.6 or later for bootstrap.

OBS-URL: https://build.opensuse.org/request/show/1327506
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go1.26?expand=0&rev=3
2026-01-16 06:09:47 +00:00
296f7760f8 Accepting request 1323246 from devel:languages:go
- go1.26rc1 (released 2025-12-16) is a release candidate version of
  go1.26 cut from the master branch at the revision tagged
  go1.26rc1.
  Refs boo#1255111 go1.26 release tracking
  * go1.26 requires go1.24.6 or later for bootstrap.

OBS-URL: https://build.opensuse.org/request/show/1323246
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/go1.26?expand=0&rev=1
2025-12-17 17:37:18 +00:00
28b3ff7f0f Accepting request 1323245 from home:jfkw:branches:devel:languages:go
- go1.26rc1 (released 2025-12-16) is a release candidate version of
  go1.26 cut from the master branch at the revision tagged
  go1.26rc1.
  Refs boo#1255111 go1.26 release tracking
  * go1.26 requires go1.24.6 or later for bootstrap.

OBS-URL: https://build.opensuse.org/request/show/1323245
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go1.26?expand=0&rev=2
2025-12-17 03:38:52 +00:00
487faa28b8 Accepting request 1323243 from home:jfkw:branches:devel:languages:go
- go1.26rc1 (released 2025-12-16) is a release candidate version of
  go1.26 cut from the master branch at the revision tagged
  go1.26rc1.
  Refs boo#1255111 go1.25 release tracking
  * go1.26 requires go1.24.6 or later for bootstrap.

OBS-URL: https://build.opensuse.org/request/show/1323243
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go1.26?expand=0&rev=1
2025-12-17 03:01:36 +00:00