Skip to content

Commit 3ad5c5d

Browse files
Update dependency golangci/golangci-lint to v1.64.6 (#915)
| datasource | package | from | to | | ----------- | ---------------------- | ------- | ------- | | github-tags | golangci/golangci-lint | v1.63.4 | v1.64.6 | 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 5d2e1c1 commit 3ad5c5d

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

3737
actionlint:
3838
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.63.4
33+
rev: v1.64.6
3434
hooks:
3535
- id: golangci-lint-full
3636

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.63.4
3+
GOLANGCI_LINT_VERSION = v1.64.6
44
# renovate: datasource=docker depName=goreleaser/goreleaser
55
GORELEASER_VERSION = v2.6.1
66
# renovate: datasource=go depName=google/go-licenses

0 commit comments

Comments
 (0)