File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 37
37
uses : golangci/golangci-lint-action@1481404843c368bc19ca9406f87d6e0fc97bdcfd # v7.0.0
38
38
with :
39
39
working-directory : ${{ matrix.directory }}
40
- version : v2.0.2 # renovate: datasource=github-tags depName=golangci/golangci-lint
40
+ version : v2.1.5 # renovate: datasource=github-tags depName=golangci/golangci-lint
41
41
42
42
actionlint :
43
43
name : Actionlint
Original file line number Diff line number Diff line change 28
28
- id : gitleaks
29
29
30
30
- repo : https://github.com/golangci/golangci-lint
31
- rev : v2.0.2
31
+ rev : v2.1.5
32
32
hooks :
33
33
- id : golangci-lint-full
34
34
name : golangci-lint-root
Original file line number Diff line number Diff line change 1
1
# renovate: datasource=docker depName=golangci/golangci-lint
2
- GOLANGCI_LINT_VERSION = v2.0.2
2
+ GOLANGCI_LINT_VERSION = v2.1.5
3
3
.DEFAULT_GOAL := help
4
4
5
5
.PHONY : help
You can’t perform that action at this time.
0 commit comments