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@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0
37
37
with :
38
- version : v2.1.5 # renovate: datasource=github-tags depName=golangci/golangci-lint
38
+ version : v2.1.6 # 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 : v2.1.5
27
+ rev : v2.1.6
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 = v2.1.5
2
+ GOLANGCI_LINT_VERSION = v2.1.6
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