[PR #165] [MERGED] chore(deps): update dependency golangci/golangci-lint to v1.64.6 #167

Closed
opened 2026-03-04 00:41:42 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/thegeeklab/git-sv/pull/165
Author: @renovate[bot]
Created: 3/3/2025
Status: Merged
Merged: 3/3/2025
Merged by: @renovate[bot]

Base: mainHead: renovate/golang-devdeps-non-major


📝 Commits (1)

  • e626d29 chore(deps): update dependency golangci/golangci-lint to v1.64.6

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 Makefile (+1 -1)

📄 Description

This PR contains the following updates:

Package Update Change
golangci/golangci-lint patch v1.64.5 -> v1.64.6

Release Notes

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

v1.64.6

Compare Source

golangci-lint is a free and open-source project built by volunteers.

If you value it, consider supporting us, the maintainers and linter authors.

We appreciate it! ❤️

For key updates, see the changelog.

Changelog

  • 3d28c57 Require type for oneOf mutual exclusion (#​5426)
  • 84ab753 build(deps): bump 4d63.com/gocheckcompilerdirectives from 1.2.1 to 1.3.0 (#​5485)
  • 9fddfc4 build(deps): bump github.com/4meepo/tagalign from 1.4.1 to 1.4.2 (#​5430)
  • 404916a build(deps): bump github.com/GaijinEntertainment/go-exhaustruct/v3 from 3.3.0 to 3.3.1 (#​5467)
  • 3b6b9da build(deps): bump github.com/catenacyber/perfsprint from 0.8.1 to 0.8.2 (#​5441)
  • 336b21b build(deps): bump github.com/kisielk/errcheck from 1.8.0 to 1.9.0 (#​5447)
  • baad5bb build(deps): bump github.com/kkHAIKE/contextcheck from 1.1.5 to 1.1.6 (#​5482)
  • 9e832c9 build(deps): bump github.com/ldez/exptostd from 0.4.1 to 0.4.2 (#​5456)
  • f2c6303 build(deps): bump github.com/mgechev/revive from 1.6.1 to 1.7.0 (#​5422)
  • 9a2423a build(deps): bump github.com/nunnatsa/ginkgolinter from 0.19.0 to 0.19.1 (#​5435)
  • 140d96e build(deps): bump github.com/rogpeppe/go-internal from 1.13.1 to 1.14.0 (#​5469)
  • 3eecab1 build(deps): bump github.com/rogpeppe/go-internal from 1.14.0 to 1.14.1 (#​5476)
  • d574f35 build(deps): bump github.com/shirou/gopsutil/v4 from 4.25.1 to 4.25.2 (#​5486)
  • 1a6b95b build(deps): bump github.com/spf13/cobra from 1.8.1 to 1.9.0 (#​5421)
  • 69ed661 build(deps): bump github.com/spf13/cobra from 1.9.0 to 1.9.1 (#​5429)
  • 5e17a57 build(deps): bump github.com/tdakkota/asciicheck from 0.4.0 to 0.4.1 (#​5418)
  • 2c1d661 build(deps): bump github.com/tetafro/godot from 1.4.20 to 1.5.0 (#​5420)
  • 414f446 build(deps): bump golang.org/x/oauth2 from 0.26.0 to 0.27.0 in /scripts/gen_github_action_config in the scripts group (#​5471)
  • 042d640 build(deps): bump golangci/golangci-lint-action from 6.3.2 to 6.5.0 in the github-actions group (#​5419)
  • d4f4d16 build(deps): bump google.golang.org/protobuf from 1.36.4 to 1.36.5 in /pkg/golinters/protogetter/testdata in the linter-testdata group across 1 directory (#​5484)
  • f69da39 fix: use commit hash when version is v0.0.0 (#​5479)
  • 53d58e8 govet: skip fieldalignment test on 32bit platforms (#​5463)

Configuration

📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/thegeeklab/git-sv/pull/165 **Author:** [@renovate[bot]](https://github.com/apps/renovate) **Created:** 3/3/2025 **Status:** ✅ Merged **Merged:** 3/3/2025 **Merged by:** [@renovate[bot]](https://github.com/apps/renovate) **Base:** `main` ← **Head:** `renovate/golang-devdeps-non-major` --- ### 📝 Commits (1) - [`e626d29`](https://github.com/thegeeklab/git-sv/commit/e626d290ecd79116135318c503c2e252c5980da0) chore(deps): update dependency golangci/golangci-lint to v1.64.6 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `Makefile` (+1 -1) </details> ### 📄 Description This PR contains the following updates: | Package | Update | Change | |---|---|---| | [golangci/golangci-lint](https://redirect.github.com/golangci/golangci-lint) | patch | `v1.64.5` -> `v1.64.6` | --- ### Release Notes <details> <summary>golangci/golangci-lint (golangci/golangci-lint)</summary> ### [`v1.64.6`](https://redirect.github.com/golangci/golangci-lint/releases/tag/v1.64.6) [Compare Source](https://redirect.github.com/golangci/golangci-lint/compare/v1.64.5...v1.64.6) `golangci-lint` is a free and open-source project built by volunteers. If you value it, consider supporting us, the [maintainers](https://opencollective.com/golangci-lint) and [linter authors](https://golangci-lint.run/product/thanks/). We appreciate it! :heart: For key updates, see the [changelog](https://golangci-lint.run/product/changelog/#&#8203;1646). #### Changelog - [`3d28c57`](https://redirect.github.com/golangci/golangci-lint/commit/3d28c57b576da4671faa9ec73890a6dd63f021ef) Require type for oneOf mutual exclusion ([#&#8203;5426](https://redirect.github.com/golangci/golangci-lint/issues/5426)) - [`84ab753`](https://redirect.github.com/golangci/golangci-lint/commit/84ab7530439226915db56606ca08cadaa05d2dae) build(deps): bump 4d63.com/gocheckcompilerdirectives from 1.2.1 to 1.3.0 ([#&#8203;5485](https://redirect.github.com/golangci/golangci-lint/issues/5485)) - [`9fddfc4`](https://redirect.github.com/golangci/golangci-lint/commit/9fddfc4769d6300e7c29ca3e5c2c8ffbe8caa9f8) build(deps): bump github.com/4meepo/tagalign from 1.4.1 to 1.4.2 ([#&#8203;5430](https://redirect.github.com/golangci/golangci-lint/issues/5430)) - [`404916a`](https://redirect.github.com/golangci/golangci-lint/commit/404916a76cdfb5741677e9bdfd2e2cee8595d65c) build(deps): bump github.com/GaijinEntertainment/go-exhaustruct/v3 from 3.3.0 to 3.3.1 ([#&#8203;5467](https://redirect.github.com/golangci/golangci-lint/issues/5467)) - [`3b6b9da`](https://redirect.github.com/golangci/golangci-lint/commit/3b6b9da36740ba61c3b0878a96b2fdc1a40eeb29) build(deps): bump github.com/catenacyber/perfsprint from 0.8.1 to 0.8.2 ([#&#8203;5441](https://redirect.github.com/golangci/golangci-lint/issues/5441)) - [`336b21b`](https://redirect.github.com/golangci/golangci-lint/commit/336b21bb5c21d6538d6b1d8aa1fc3c778a8d0212) build(deps): bump github.com/kisielk/errcheck from 1.8.0 to 1.9.0 ([#&#8203;5447](https://redirect.github.com/golangci/golangci-lint/issues/5447)) - [`baad5bb`](https://redirect.github.com/golangci/golangci-lint/commit/baad5bb7bd258e693266831b4a2b3dbf330405b6) build(deps): bump github.com/kkHAIKE/contextcheck from 1.1.5 to 1.1.6 ([#&#8203;5482](https://redirect.github.com/golangci/golangci-lint/issues/5482)) - [`9e832c9`](https://redirect.github.com/golangci/golangci-lint/commit/9e832c95a4156a00d3a899ec567eba071fe50507) build(deps): bump github.com/ldez/exptostd from 0.4.1 to 0.4.2 ([#&#8203;5456](https://redirect.github.com/golangci/golangci-lint/issues/5456)) - [`f2c6303`](https://redirect.github.com/golangci/golangci-lint/commit/f2c630353beae8e62bbd71821de0ec56161fd567) build(deps): bump github.com/mgechev/revive from 1.6.1 to 1.7.0 ([#&#8203;5422](https://redirect.github.com/golangci/golangci-lint/issues/5422)) - [`9a2423a`](https://redirect.github.com/golangci/golangci-lint/commit/9a2423aa4bbbb26b3b8954a208abadc053c6e9c8) build(deps): bump github.com/nunnatsa/ginkgolinter from 0.19.0 to 0.19.1 ([#&#8203;5435](https://redirect.github.com/golangci/golangci-lint/issues/5435)) - [`140d96e`](https://redirect.github.com/golangci/golangci-lint/commit/140d96e7c60b3e673aa68cea25e2c9537992febc) build(deps): bump github.com/rogpeppe/go-internal from 1.13.1 to 1.14.0 ([#&#8203;5469](https://redirect.github.com/golangci/golangci-lint/issues/5469)) - [`3eecab1`](https://redirect.github.com/golangci/golangci-lint/commit/3eecab1ebde99a3c7205f09230c43a3c026a0074) build(deps): bump github.com/rogpeppe/go-internal from 1.14.0 to 1.14.1 ([#&#8203;5476](https://redirect.github.com/golangci/golangci-lint/issues/5476)) - [`d574f35`](https://redirect.github.com/golangci/golangci-lint/commit/d574f356334437b4210b8289d21af02a817ef868) build(deps): bump github.com/shirou/gopsutil/v4 from 4.25.1 to 4.25.2 ([#&#8203;5486](https://redirect.github.com/golangci/golangci-lint/issues/5486)) - [`1a6b95b`](https://redirect.github.com/golangci/golangci-lint/commit/1a6b95b3bd98cf59576f858ceaf8a531d7dc4206) build(deps): bump github.com/spf13/cobra from 1.8.1 to 1.9.0 ([#&#8203;5421](https://redirect.github.com/golangci/golangci-lint/issues/5421)) - [`69ed661`](https://redirect.github.com/golangci/golangci-lint/commit/69ed661ed0ba5d17098221a1326fd159d9c362f5) build(deps): bump github.com/spf13/cobra from 1.9.0 to 1.9.1 ([#&#8203;5429](https://redirect.github.com/golangci/golangci-lint/issues/5429)) - [`5e17a57`](https://redirect.github.com/golangci/golangci-lint/commit/5e17a57d181c5ac40067976f6ed07ee7bc888498) build(deps): bump github.com/tdakkota/asciicheck from 0.4.0 to 0.4.1 ([#&#8203;5418](https://redirect.github.com/golangci/golangci-lint/issues/5418)) - [`2c1d661`](https://redirect.github.com/golangci/golangci-lint/commit/2c1d661a335214d4c4df257396727cb8381abfd4) build(deps): bump github.com/tetafro/godot from 1.4.20 to 1.5.0 ([#&#8203;5420](https://redirect.github.com/golangci/golangci-lint/issues/5420)) - [`414f446`](https://redirect.github.com/golangci/golangci-lint/commit/414f44604ba1808d7e69afb0b787a384a22f66f4) build(deps): bump golang.org/x/oauth2 from 0.26.0 to 0.27.0 in /scripts/gen_github_action_config in the scripts group ([#&#8203;5471](https://redirect.github.com/golangci/golangci-lint/issues/5471)) - [`042d640`](https://redirect.github.com/golangci/golangci-lint/commit/042d640b8d8a9f955dec4a620f3acbb8bcc2850c) build(deps): bump golangci/golangci-lint-action from 6.3.2 to 6.5.0 in the github-actions group ([#&#8203;5419](https://redirect.github.com/golangci/golangci-lint/issues/5419)) - [`d4f4d16`](https://redirect.github.com/golangci/golangci-lint/commit/d4f4d16c82dbeb953249d2ae7c11092798da1a39) build(deps): bump google.golang.org/protobuf from 1.36.4 to 1.36.5 in /pkg/golinters/protogetter/testdata in the linter-testdata group across 1 directory ([#&#8203;5484](https://redirect.github.com/golangci/golangci-lint/issues/5484)) - [`f69da39`](https://redirect.github.com/golangci/golangci-lint/commit/f69da398be9ae51f5a47c961b9e77d3b5a0e91e0) fix: use commit hash when version is v0.0.0 ([#&#8203;5479](https://redirect.github.com/golangci/golangci-lint/issues/5479)) - [`53d58e8`](https://redirect.github.com/golangci/golangci-lint/commit/53d58e8e22cdca34cb65f2dc1ef2ae94a03ce524) govet: skip fieldalignment test on 32bit platforms ([#&#8203;5463](https://redirect.github.com/golangci/golangci-lint/issues/5463)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "* 0-3 * * 1" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/thegeeklab/git-sv). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzYuMiIsInVwZGF0ZWRJblZlciI6IjM5LjE3Ni4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 00:41:42 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/git-sv#167
No description provided.