Pinned golangci-lint to v2.12.2 in CI#13
Merged
Merged
Conversation
go.mod floors the language version at go 1.25.7 and setup-go@v7 runs with GOTOOLCHAIN=local, so the 1.24.x runners fail at go mod download rather than upgrading the toolchain. The module cannot build on 1.24 regardless, so the leg only ever went red.
Rolled up the four open Dependabot PRs on top of current main: - go-modules group: pgx v5.9.2->v5.10.0, go-sql-driver/mysql v1.9.3->v1.10.0, modernc.org/sqlite v1.44.3->v1.54.0 (plus transitive x/sys, x/sync, modernc libc/opt/etc.) - actions/checkout 4 -> 7 - actions/upload-artifact 4 -> 7 - codecov/codecov-action 5 -> 7 Applied as intended edits rather than merges so the already-merged setup-go@v7 and golangci-lint-action@v9 were preserved.
…-matrix into main Reviewed-on: http://forgejo.home.lan:3000/bawdo/gosbee/pulls/1
…#2) from deps/combined-dependabot-2026-07-19 into main
Matched the CI linter to the version run locally (was v2.9.0) so lint results are consistent between local and CI. The 2.12.2 rule set reports 0 issues on the current tree.
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
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.
Bumps the CI linter from
v2.9.0tov2.12.2to match the version run locally, so lint results are consistent between local and CI.The 2.12.2 rule set reports 0 issues on the current tree (verified locally).