Skip to content

Commit 6dd443f

Browse files
deps: update dependency golangci/golangci-lint to v1.56.1 (#692)
[![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 <details> <summary>golangci/golangci-lint (golangci/golangci-lint)</summary> ### [`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) </details> --- ### 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. --- - [ ] <!-- rebase-check -->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). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE3My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0d5c0f3 commit 6dd443f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: golangci/golangci-lint-action@v4
2626
with:
2727
# Required: the version of golangci-lint is required and must be specified with patch version
28-
version: v1.55.2 # renovate: datasource=github-releases depName=golangci/golangci-lint
28+
version: v1.56.1 # renovate: datasource=github-releases depName=golangci/golangci-lint
2929
# In general linting is quite fast with warm caches, but a fresh run might take some time.
3030
args: --timeout 5m
3131

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ workflow:
2121

2222
test:golangci-lint:
2323
stage: test
24-
image: golangci/golangci-lint:v1.55.2
24+
image: golangci/golangci-lint:v1.56.1
2525
script:
2626
- golangci-lint run -v
2727

0 commit comments

Comments
 (0)