Skip to content

Commit 592207a

Browse files
Update dependency golangci/golangci-lint to v2
| datasource | package | from | to | | ----------- | ---------------------- | ------- | ------ | | github-tags | golangci/golangci-lint | v1.64.6 | v2.0.2 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3d8f376 commit 592207a

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
@@ -32,7 +32,7 @@ jobs:
3232
- name: Lint Go
3333
uses: golangci/golangci-lint-action@2226d7cb06a077cd73e56eedd38eecad18e5d837 # v6.5.0
3434
with:
35-
version: v1.64.6 # renovate: datasource=github-tags depName=golangci/golangci-lint
35+
version: v2.0.2 # renovate: datasource=github-tags depName=golangci/golangci-lint
3636

3737
actionlint:
3838
name: Actionlint

Diff for: .pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ repos:
3030
- id: detect-private-key
3131

3232
- repo: https://github.com/golangci/golangci-lint
33-
rev: v1.64.6
33+
rev: v2.0.2
3434
hooks:
3535
- id: golangci-lint-full
3636

Diff for: Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.DEFAULT_GOAL := build-goreleaser
22
# renovate: datasource=github-tags depName=golangci/golangci-lint
3-
GOLANGCI_LINT_VERSION = v1.64.6
3+
GOLANGCI_LINT_VERSION = v2.0.2
44
# renovate: datasource=docker depName=goreleaser/goreleaser
55
GORELEASER_VERSION = v2.7.0
66
# renovate: datasource=go depName=google/go-licenses

0 commit comments

Comments
 (0)