Skip to content

Bump minimum go version to 1.25 & update dependencies#21796

Merged
MichaelEischer merged 6 commits into
masterfrom
go-1.25
May 12, 2026
Merged

Bump minimum go version to 1.25 & update dependencies#21796
MichaelEischer merged 6 commits into
masterfrom
go-1.25

Conversation

@MichaelEischer

@MichaelEischer MichaelEischer commented May 9, 2026

Copy link
Copy Markdown
Member

What does this PR change? What problem does it solve?

Go 1.24 is out of support by now, thus remove it. Add Go 1.26. Also update all direct dependencies.

Was the change previously discussed in an issue or on the forum?

No.

Fixes #21791 (go1.26 support for windows)

Checklist

  • I have added tests for all code changes, see writing tests
  • I have added documentation for relevant changes (in the manual).
  • There's a new file in changelog/unreleased/ that describes the changes for our users (see template).
  • I'm done! This pull request is ready for review.

@MichaelEischer MichaelEischer force-pushed the go-1.25 branch 3 times, most recently from 13f2aa8 to 3b32cce Compare May 10, 2026 15:33
@MichaelEischer MichaelEischer changed the title Bump minimum go version to 1.25 Bump minimum go version to 1.25 & update dependencies May 10, 2026

@MichaelEischer MichaelEischer left a comment

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

LGTM

@MichaelEischer MichaelEischer merged commit f3854cf into master May 12, 2026
28 of 33 checks passed
@MichaelEischer MichaelEischer deleted the go-1.25 branch May 12, 2026 16:56
@jtru

jtru commented May 12, 2026

Copy link
Copy Markdown
Contributor

I rebuilt with go 1.26.3 and can happily confirm the Windows-specific bug/problem originally reported in #21791 is fixed with these changes. Thanks! :)

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.

go 1.26.2 breaks restic backup (via failing directory metadata reads) on Windows

2 participants