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 32
32
- name : Lint Go
33
33
uses : golangci/golangci-lint-action@4696ba8babb6127d732c3c6dde519db15edab9ea # v6.5.1
34
34
with :
35
- version : v1.64.6 # renovate: datasource=github-tags depName=golangci/golangci-lint
35
+ version : v1.64.8 # renovate: datasource=github-tags depName=golangci/golangci-lint
36
36
37
37
actionlint :
38
38
name : Actionlint
Original file line number Diff line number Diff line change 26
26
- id : fix-byte-order-marker
27
27
28
28
- repo : https://github.com/golangci/golangci-lint
29
- rev : v1.64.6
29
+ rev : v1.64.8
30
30
hooks :
31
31
- id : golangci-lint-full
32
32
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ VERSION = 1.4.0
2
2
TAG = $(VERSION )
3
3
PREFIX = nginx/nginx-prometheus-exporter
4
4
# renovate: datasource=github-tags depName=golangci/golangci-lint
5
- GOLANGCI_LINT_VERSION = v1.64.6
5
+ GOLANGCI_LINT_VERSION = v1.64.8
6
6
7
7
.DEFAULT_GOAL: =nginx-prometheus-exporter
8
8
You can’t perform that action at this time.
0 commit comments