File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 35
35
- name : Lint Go
36
36
uses : golangci/golangci-lint-action@2226d7cb06a077cd73e56eedd38eecad18e5d837 # v6.5.0
37
37
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
39
39
40
40
actionlint :
41
41
name : Actionlint
Original file line number Diff line number Diff line change 24
24
- id : detect-private-key
25
25
26
26
- repo : https://github.com/golangci/golangci-lint
27
- rev : v1.63.4
27
+ rev : v1.64.5
28
28
hooks :
29
29
- id : golangci-lint-full
30
30
Original file line number Diff line number Diff line change 1
1
# renovate: datasource=github-tags depName=golangci/golangci-lint
2
- GOLANGCI_LINT_VERSION = v1.63.4
2
+ GOLANGCI_LINT_VERSION = v1.64.5
3
3
4
4
test : unit-test test-integration test-integration-no-stream-block clean
5
5
You can’t perform that action at this time.
0 commit comments