From 5a3fd2764f961d0cc19ba21861ca5abc9808df55 Mon Sep 17 00:00:00 2001 From: Hetzner Cloud Bot <21044887-hcloud-bot@users.noreply.gitlab.com> Date: Fri, 3 Jan 2025 08:29:01 +0000 Subject: [PATCH] chore(deps): update pre-commit hook golangci/golangci-lint to v1.63.3 (hetznercloud/fleeting-plugin-hetzner!201) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This MR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [golangci/golangci-lint](https://github.com/golangci/golangci-lint) | repository | patch | `v1.63.2` -> `v1.63.3` | Note: The `pre-commit` manager in Renovate is not supported by the `pre-commit` maintainers or community. Please do not report any problems there, instead [create a Discussion in the Renovate repository](https://github.com/renovatebot/renovate/discussions/new) if you have any questions. --- ### Release Notes
golangci/golangci-lint (golangci/golangci-lint) ### [`v1.63.3`](https://github.com/golangci/golangci-lint/releases/tag/v1.63.3) [Compare Source](https://github.com/golangci/golangci-lint/compare/v1.63.2...v1.63.3) `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/#​1633). #### Changelog - [`bb896aa`](https://github.com/golangci/golangci-lint/commit/bb896aa3f73829b929da7610b0925d2695e3bc45) build(deps): bump github.com/ldez/exptostd from 0.3.0 to 0.3.1 ([#​5283](https://github.com/golangci/golangci-lint/issues/5283)) - [`e7a1c9f`](https://github.com/golangci/golangci-lint/commit/e7a1c9f77ac3f561641a8b814c5cb344c1e3a74a) build(deps): bump github.com/ldez/usetesting from 0.4.1 to 0.4.2 ([#​5282](https://github.com/golangci/golangci-lint/issues/5282)) - [`472b9b9`](https://github.com/golangci/golangci-lint/commit/472b9b9c0accb12859327447110930b30507df06) build(deps): bump github.com/shirou/gopsutil/v4 from 4.24.11 to 4.24.12 ([#​5281](https://github.com/golangci/golangci-lint/issues/5281)) - [`e1b7346`](https://github.com/golangci/golangci-lint/commit/e1b7346fbbf88fb8501afabca53c08e41d959e0e) fix: invalid from position ([#​5287](https://github.com/golangci/golangci-lint/issues/5287)) - [`8e4b0c3`](https://github.com/golangci/golangci-lint/commit/8e4b0c384a15322587d3cd5ad1b9106679bf4af1) goheader: skip issues with invalid positions ([#​5286](https://github.com/golangci/golangci-lint/issues/5286))
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever MR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this MR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this MR, check this box --- This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 86e3c2c..629053e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -48,7 +48,7 @@ repos: - id: shellcheck - repo: https://github.com/golangci/golangci-lint - rev: v1.63.2 + rev: v1.63.3 hooks: - id: golangci-lint-full args: [--timeout=5m]