Skip to content

Commit ec20d35

Browse files
Update dependency golangci/golangci-lint to v1.64.5 (#466)
| datasource | package | from | to | | ----------- | ---------------------- | ------- | ------- | | github-tags | golangci/golangci-lint | v1.63.4 | v1.64.5 | 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 9f237ae commit ec20d35

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
@@ -35,7 +35,7 @@ jobs:
3535
- name: Lint Go
3636
uses: golangci/golangci-lint-action@2226d7cb06a077cd73e56eedd38eecad18e5d837 # v6.5.0
3737
with:
38-
version: v1.63.4 # renovate: datasource=github-tags depName=golangci/golangci-lint
38+
version: v1.64.5 # renovate: datasource=github-tags depName=golangci/golangci-lint
3939

4040
actionlint:
4141
name: Actionlint

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ repos:
2424
- id: detect-private-key
2525

2626
- repo: https://github.com/golangci/golangci-lint
27-
rev: v1.63.4
27+
rev: v1.64.5
2828
hooks:
2929
- id: golangci-lint-full
3030

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.63.4
2+
GOLANGCI_LINT_VERSION = v1.64.5
33

44
test: unit-test test-integration test-integration-no-stream-block clean
55

0 commit comments

Comments
 (0)