Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@bernhardreiter
Copy link
Member

  • raise minium version of go compatiblity to 1.24.9 and toolchain to be used to 1.25.3 (toolchain 1.25 does not work since 1.21.0 according to the documentation).
  • upgrade dependencies
  • update all .github/workflows/ to use the latest version of actions and the go versions accordingly. (Only some github actions use a floating tag for the major version.)
  • reduce places where the go versions are hardcoded:
    • referr to docs/Development.md from README.md
    • use go.mod from itest.yml.

  raise minium version of go compatiblity to 1.24.9
  and toolchain to be used to 1.25.3
  * update all .github/workflows/ to use the latest version of
    actions and the go versions accordingly.
    (Only some github actions use a floating tag for the major version.)
  * reduce places where the go versions are hardcoded:
      * refEr to docs/Development.md from README.md
      * use `go.mod` from itest.yml.
  and thus makes newer go test versions happy
@bernhardreiter bernhardreiter linked an issue Oct 23, 2025 that may be closed by this pull request
@github-actions
Copy link

Modver result

This report was generated by Modver,
a Go package and command that helps you obey semantic versioning rules in your Go module.

This PR requires (at least) an increase in your module's minor version number.

minimum Go version changed from 1.23.0 to 1.24.9
  Minor

Copy link
Contributor

@cintek cintek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM & works

Copy link
Contributor

@s-l-teichmann s-l-teichmann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@s-l-teichmann s-l-teichmann merged commit 4611854 into main Oct 27, 2025
4 checks passed
@JanHoefelmeyer JanHoefelmeyer deleted the dev-go1.25 branch October 27, 2025 09:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

upgrade to go 1.25

4 participants