From 6dd443f4780cf2065e2355b7a0be0d511926f095 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 9 Feb 2024 17:56:31 +0100 Subject: [PATCH] deps: update dependency golangci/golangci-lint to v1.56.1 (#692) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [golangci/golangci-lint](https://togithub.com/golangci/golangci-lint) | | minor | `v1.55.2` -> `v1.56.1` | | golangci/golangci-lint | image | minor | `v1.55.2` -> `v1.56.1` | --- ### Release Notes
golangci/golangci-lint (golangci/golangci-lint) ### [`v1.56.1`](https://togithub.com/golangci/golangci-lint/compare/v1.56.0...v1.56.1) [Compare Source](https://togithub.com/golangci/golangci-lint/compare/v1.56.0...v1.56.1) ### [`v1.56.0`](https://togithub.com/golangci/golangci-lint/compare/v1.55.2...v1.56.0) [Compare Source](https://togithub.com/golangci/golangci-lint/compare/v1.55.2...v1.56.0)
--- ### Configuration 📅 **Schedule**: 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 these updates again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/hetznercloud/cli). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- .gitlab-ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 93209768..5fff7606 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: uses: golangci/golangci-lint-action@v4 with: # Required: the version of golangci-lint is required and must be specified with patch version - version: v1.55.2 # renovate: datasource=github-releases depName=golangci/golangci-lint + version: v1.56.1 # renovate: datasource=github-releases depName=golangci/golangci-lint # In general linting is quite fast with warm caches, but a fresh run might take some time. args: --timeout 5m diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6a84ea23..f85f45c3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,7 +21,7 @@ workflow: test:golangci-lint: stage: test - image: golangci/golangci-lint:v1.55.2 + image: golangci/golangci-lint:v1.56.1 script: - golangci-lint run -v