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