Migrate .golangci.yml from deprecated gomodguard to gomodguard_v2 #57
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Captured action item from the PR #54 rework (golangci-lint v2.12.2 upgrade): the linter prints a deprecation warning that
gomodguardis replaced bygomodguard_v2. The warning is config-level and pre-existing on thegolangci-v2.12.2branch.Definition of done
.golangci.ymlto usegomodguard_v2with equivalent settings, per the golangci-lint v2.12.2 documentation.make checkgreen and the authoritative pinned docker lint gate (docker build --target lint .) at 0 issues with no deprecation warnings for this linter.Notes