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 37
37
uses : golangci/golangci-lint-action@55c2c1448f86e01eaae002a5a3a9624417608d84 # v6.5.2
38
38
with :
39
39
working-directory : ${{ matrix.directory }}
40
- version : v1.64.8 # renovate: datasource=github-tags depName=golangci/golangci-lint
40
+ version : v2.0.1 # 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 : v1.64.8
31
+ rev : v2.0.1
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 = v1.64.8
2
+ GOLANGCI_LINT_VERSION = v2.0.1
3
3
.DEFAULT_GOAL := help
4
4
5
5
.PHONY : help
You can’t perform that action at this time.
0 commit comments