Skip to content

Commit b1210b2

Browse files
Update dependency golangci/golangci-lint to v2
| datasource | package | from | to | | ----------- | ---------------------- | ------- | ------ | | github-tags | golangci/golangci-lint | v1.64.8 | v2.0.1 | | docker | golangci/golangci-lint | v1.64.8 | v2.0.1 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4073bb1 commit b1210b2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: .github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
uses: golangci/golangci-lint-action@55c2c1448f86e01eaae002a5a3a9624417608d84 # v6.5.2
3838
with:
3939
working-directory: ${{ matrix.directory }}
40-
version: v1.64.8 # renovate: datasource=github-tags depName=golangci/golangci-lint
40+
version: v2.0.1 # renovate: datasource=github-tags depName=golangci/golangci-lint
4141

4242
actionlint:
4343
name: Actionlint

Diff for: .pre-commit-config.yaml

+1-1
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: v1.64.8
31+
rev: v2.0.1
3232
hooks:
3333
- id: golangci-lint-full
3434
name: golangci-lint-root

Diff for: Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# renovate: datasource=docker depName=golangci/golangci-lint
2-
GOLANGCI_LINT_VERSION = v1.64.8
2+
GOLANGCI_LINT_VERSION = v2.0.1
33
.DEFAULT_GOAL := help
44

55
.PHONY: help

0 commit comments

Comments
 (0)