Skip to content

Commit a050b6c

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

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Lint Go
3030
uses: golangci/golangci-lint-action@55c2c1448f86e01eaae002a5a3a9624417608d84 # v6.5.2
3131
with:
32-
version: v1.64.8 # renovate: datasource=github-tags depName=golangci/golangci-lint
32+
version: v2.0.2 # renovate: datasource=github-tags depName=golangci/golangci-lint
3333

3434
actionlint:
3535
name: Actionlint

.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.8
33+
rev: v2.0.2
3434
hooks:
3535
- id: golangci-lint-full
3636

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# renovate: datasource=github-tags depName=golangci/golangci-lint
2-
GOLANGCI_LINT_VERSION = v1.64.8
2+
GOLANGCI_LINT_VERSION = v2.0.2
33

44
lint:
55
go run github.com/golangci/golangci-lint/cmd/golangci-lint@$(GOLANGCI_LINT_VERSION) run --fix

0 commit comments

Comments
 (0)