From b403e971c2305f476efe41142345ad4e6048b6c6 Mon Sep 17 00:00:00 2001 From: Hetzner Cloud Bot <21044887-hcloud-bot@users.noreply.gitlab.com> Date: Wed, 8 May 2024 19:16:17 +0000 Subject: [PATCH] deps: update pre-commit hook golangci/golangci-lint to v1.58.1 (hetznercloud/fleeting-plugin-hetzner!51) 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.58.0` -> `v1.58.1` | 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.58.1`](https://github.com/golangci/golangci-lint/releases/tag/v1.58.1) [Compare Source](https://github.com/golangci/golangci-lint/compare/v1.58.0...v1.58.1) `golangci-lint` is a free and open-source project built by volunteers. If you value it, consider supporting us, the [maintainers](https://github.com/golangci/golangci-lint?tab=readme-ov-file#contributors) 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/#​1581). #### Changelog - [`dc28153`](https://github.com/golangci/golangci-lint/commit/dc281531) build(deps): bump github.com/4meepo/tagalign from 1.3.3 to 1.3.4 ([#​4705](https://github.com/golangci/golangci-lint/issues/4705)) - [`9116634`](https://github.com/golangci/golangci-lint/commit/9116634a) build(deps): bump github.com/ghostiam/protogetter from 0.3.5 to 0.3.6 ([#​4707](https://github.com/golangci/golangci-lint/issues/4707)) - [`d64e1de`](https://github.com/golangci/golangci-lint/commit/d64e1de7) build(deps): bump golang.org/x/tools from 0.20.0 to 0.21.0 ([#​4706](https://github.com/golangci/golangci-lint/issues/4706)) - [`ee97dbf`](https://github.com/golangci/golangci-lint/commit/ee97dbf7) build(deps): bump golangci/golangci-lint-action from 5.1.0 to 5.3.0 ([#​4701](https://github.com/golangci/golangci-lint/issues/4701)) - [`4532eb9`](https://github.com/golangci/golangci-lint/commit/4532eb98) fix: gochecknoinits shadow name ([#​4698](https://github.com/golangci/golangci-lint/issues/4698)) - [`6767d7c`](https://github.com/golangci/golangci-lint/commit/6767d7c2) fix: remove GitHub Action problem matchers ([#​4700](https://github.com/golangci/golangci-lint/issues/4700))
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever MR becomes conflicted, 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 2aa1a62..5aa5d86 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -34,7 +34,7 @@ repos: - id: shellcheck - repo: https://github.com/golangci/golangci-lint - rev: v1.58.0 + rev: v1.58.1 hooks: - id: golangci-lint-full args: [--timeout=5m]