Skip to content

Commit 488feeb

Browse files
deps: update dependency golangci/golangci-lint to v1.58.0 (#639)
[![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.57.2` -> `v1.58.0` | | [golangci/golangci-lint](https://togithub.com/golangci/golangci-lint) | image | minor | `v1.57.2` -> `v1.58.0` | --- ### Release Notes <details> <summary>golangci/golangci-lint (golangci/golangci-lint)</summary> ### [`v1.58.0`](https://togithub.com/golangci/golangci-lint/compare/v1.57.2...v1.58.0) [Compare Source](https://togithub.com/golangci/golangci-lint/compare/v1.57.2...v1.58.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/hcloud-cloud-controller-manager). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMzEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjMzMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f93222f commit 488feeb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
- uses: golangci/golangci-lint-action@v5
3535
with:
36-
version: v1.57.2 # renovate: datasource=github-releases depName=golangci/golangci-lint
36+
version: v1.58.0 # renovate: datasource=github-releases depName=golangci/golangci-lint
3737

3838
# In general linting is quite fast with warm caches, but a fresh run might take some time.
3939
args: --timeout 5m

.gitlab-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ variables:
2121

2222
test:lint:
2323
stage: test
24-
image: golangci/golangci-lint:v1.57.2
24+
image: golangci/golangci-lint:v1.58.0
2525
allow_failure: true
2626
script:
2727
- golangci-lint run -v

0 commit comments

Comments
 (0)