Skip to content

Commit 1cf6064

Browse files
Update dependency golangci/golangci-lint to v2.2.2 (#458)
| datasource | package | from | to | | ----------- | ---------------------- | ------ | ------ | | github-tags | golangci/golangci-lint | v2.2.1 | v2.2.2 | | docker | golangci/golangci-lint | v2.2.1 | v2.2.2 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a42225e commit 1cf6064

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0
3838
with:
3939
working-directory: ${{ matrix.directory }}
40-
version: v2.2.1 # renovate: datasource=github-tags depName=golangci/golangci-lint
40+
version: v2.2.2 # renovate: datasource=github-tags depName=golangci/golangci-lint
4141

4242
actionlint:
4343
name: Actionlint

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ repos:
2828
- id: gitleaks
2929

3030
- repo: https://github.com/golangci/golangci-lint
31-
rev: v2.2.1
31+
rev: v2.2.2
3232
hooks:
3333
- id: golangci-lint-full
3434
name: golangci-lint-root

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# renovate: datasource=docker depName=golangci/golangci-lint
2-
GOLANGCI_LINT_VERSION = v2.2.1
2+
GOLANGCI_LINT_VERSION = v2.2.2
33
.DEFAULT_GOAL := help
44

55
.PHONY: help

0 commit comments

Comments
 (0)