Skip to content

fix(deps): Update dependency golangci/golangci-lint to v2.12.2 - #552

Merged
EthanHeilman merged 2 commits into
mainfrom
renovate/golangci-golangci-lint-2.x
Jun 25, 2026
Merged

fix(deps): Update dependency golangci/golangci-lint to v2.12.2#552
EthanHeilman merged 2 commits into
mainfrom
renovate/golangci-golangci-lint-2.x

Conversation

@renovate

@renovate renovate Bot commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
golangci/golangci-lint uses-with minor v2.11.4v2.12.2

Release Notes

golangci/golangci-lint (golangci/golangci-lint)

v2.12.2

Compare Source

Released on 2026-05-06

  1. Linters bug fixes
    • gomodguard_v2: fix blocked configuration
    • gomodguard_v2: from 2.1.0 to 2.1.3
    • iface: from 1.4.1 to 1.4.2

v2.12.1

Compare Source

Released on 2026-05-01

  1. Linters bug fixes
    • gomodguard_v2: fix panic with migration suggestion
  2. Misc.
    • fix install.sh script (if you are still using an URL based on the branch master, please update to use https://golangci-lint.run/install.sh)

v2.12.0

Compare Source

Released on 2026-05-01

  1. New linters
  2. Linters new features or changes
    • dupl: from f665c8d to c99c5cf (extended detection)
    • funcorder: from 0.5.0 to 0.6.0 (new option: function)
    • goconst: add an option to ignore strings from tests
    • goconst: from 1.8.2 to 1.10.0 (extended detection)
    • gomodguard_v2: from 1.4.1 to 2.1.0 (major version with new configuration)
    • gosec: from 619ce21 to 2.26.1 (new checks: G124, G708, G709, G710)
    • govet: add inline analyzer
    • makezero: from 2.1.0 to 2.2.1 (support slice type aliases)
    • paralleltest: expose checkcleanup option
    • sloglint: from 0.11.1 to 0.12.0 (new options: allowed-keys, custom-funcs)
    • wsl_v5: from 5.6.0 to 5.8.0 (new option: cuddle-max-statements; new checks: after-decl, after-defer, after-expr, after-go, cuddle-group)
  3. Linters bug fixes
    • forbidigo: from 2.3.0 to 2.3.1
    • godot: from 1.5.4 to 1.5.6
    • govet-modernize: from 0.43.0 to 0.44.0
    • ireturn: from 0.4.0 to 0.4.1
    • rowserrcheck: from 1.1.1 to c5f79b8
  4. Misc.
    • Decrease cache entropy
    • Embed the JSON schema in the binary
    • Filter env vars when cloning the repository with the custom command

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Jun 24, 2026
@github-actions github-actions Bot added the bug Something isn't working label Jun 24, 2026
@renovate

renovate Bot commented Jun 25, 2026

Copy link
Copy Markdown
Contributor Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@EthanHeilman
EthanHeilman merged commit 11e7c8e into main Jun 25, 2026
35 checks passed
sdwilsh pushed a commit to sdwilsh/ansible-playbooks that referenced this pull request Jul 16, 2026
##### [\`v0.16.0\`](https://github.com/openpubkey/opkssh/releases/tag/v0.16.0)

##### A Note on Compatibility for GQ signatures

Includes security fix to GitLab-CI GQ commitment PK Tokens by updating to OpenPubkey v0.25.0. As OPKSSH does not currently support GitLab-CI, and only currently supports GitLab user OP, there should be no security impact to OPKSSH.

However this does introduce a breaking change to how GQ signatures are verified. If GitHub is being used with GQ signatures then signatures created prior to this release will not verify on OPKSSH after this change and signatures created after this release will not verify against on OPKSSH before this change.

See [openpubkey/openpubkey#379](openpubkey/openpubkey#379)

##### Changes

- Update to OpenPubkey v0.25.0 [@EthanHeilman](https://github.com/EthanHeilman) ([#569](openpubkey/opkssh#569))
- fix(deps): Update Docker @[renovate\[bot\]](https://github.com/apps/renovate) ([#566](openpubkey/opkssh#566))
- fix(deps): Update go toolchain directive to v1.26.5 @[renovate\[bot\]](https://github.com/apps/renovate) ([#567](openpubkey/opkssh#567))
- fix(deps): Update actions/cache action to v6.1.0 @[renovate\[bot\]](https://github.com/apps/renovate) ([#556](openpubkey/opkssh#556))
- feat(enforcer): add glob support to github-actions [@gastmaier](https://github.com/gastmaier) ([#558](openpubkey/opkssh#558))
- chore(deps): bump github.com/go-chi/chi/v5 from 5.2.2 to 5.2.4 @[dependabot\[bot\]](https://github.com/apps/dependabot) ([#540](openpubkey/opkssh#540))
- Imports slices rather exp/slices [@EthanHeilman](https://github.com/EthanHeilman) ([#565](openpubkey/opkssh#565))
- feat: produce Android binaries on CI [@bltavares](https://github.com/bltavares) ([#550](openpubkey/opkssh#550))
- fix(deps): Update Docker @[renovate\[bot\]](https://github.com/apps/renovate) ([#555](openpubkey/opkssh#555))
- fix(deps): Update docker/build-push-action action to v7.3.0 @[renovate\[bot\]](https://github.com/apps/renovate) ([#560](openpubkey/opkssh#560))
- fix(deps): Update goreleaser/goreleaser-action action to v7.2.3 @[renovate\[bot\]](https://github.com/apps/renovate) ([#557](openpubkey/opkssh#557))
- fix(deps): Update release-drafter/release-drafter action to v7.5.1 @[renovate\[bot\]](https://github.com/apps/renovate) ([#554](openpubkey/opkssh#554))
- fix(deps): Update release-drafter/release-drafter action to v7 @[renovate\[bot\]](https://github.com/apps/renovate) ([#551](openpubkey/opkssh#551))
- chore(deps): bump github.com/go-jose/go-jose/v4 from 4.0.5 to 4.1.4 @[dependabot\[bot\]](https://github.com/apps/dependabot) ([#539](openpubkey/opkssh#539))

##### 🐛 Bug Fixes

- Fix release drafter [@EthanHeilman](https://github.com/EthanHeilman) ([#561](openpubkey/opkssh#561))
- fix(deps): Update actions/cache action to v6 @[renovate\[bot\]](https://github.com/apps/renovate) ([#543](openpubkey/opkssh#543))
- fix(deps): Update actions/checkout action to v7 @[renovate\[bot\]](https://github.com/apps/renovate) ([#545](openpubkey/opkssh#545))
- fix(deps): Update actions/setup-go action to v6.5.0 @[renovate\[bot\]](https://github.com/apps/renovate) ([#553](openpubkey/opkssh#553))
- fix(deps): Update dependency golangci/golangci-lint to v2.12.2 @[renovate\[bot\]](https://github.com/apps/renovate) ([#552](openpubkey/opkssh#552))
- fix(deps): Update Docker @[renovate\[bot\]](https://github.com/apps/renovate) ([#549](openpubkey/opkssh#549))
- fix(deps): Update actions/setup-go action to v6.4.0 @[renovate\[bot\]](https://github.com/apps/renovate) ([#541](openpubkey/opkssh#541))
- fix(deps): Update dependency golangci/golangci-lint to v2.11.4 @[renovate\[bot\]](https://github.com/apps/renovate) ([#489](openpubkey/opkssh#489))
- fix(deps): Update zizmorcore/zizmor-action action to v0.5.7 @[renovate\[bot\]](https://github.com/apps/renovate) ([#535](openpubkey/opkssh#535))
- fix(deps): Update Docker @[renovate\[bot\]](https://github.com/apps/renovate) ([#469](openpubkey/opkssh#469))

##### 🧰 Maintenance

- fix(deps): Update Docker @[renovate\[bot\]](https://github.com/apps/renovate) ([#469](openpubkey/opkssh#469))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant