multi: Build and doco updates for Go 1.26.#3616
Merged
davecgh merged 4 commits intodecred:masterfrom Feb 23, 2026
Merged
Conversation
d206de0 to
7ade4b6
Compare
jholdstock
approved these changes
Feb 18, 2026
Member
jholdstock
left a comment
There was a problem hiding this comment.
Looks good. Confirmed hashes.
This updates to the following Github Actions: - actions/checkout@de0fac2 # v6.0.2 - actions/setup-go@7a3fe6c # v6.2.0 - golangci/golangci-lint-action@1e7e51e # v9.2.0
This updates CI to test against Go 1.26 with linting at Go 1.25 and removes the tests for Go 1.24 accordingly.
7ade4b6 to
fa3f704
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This consists of several commits to update the CI and documentation for Go 1.25. It also takes the opportunity to bump to the latest linter and action versions.
In particular: