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 32
32
- name : Lint Go
33
33
uses : golangci/golangci-lint-action@55c2c1448f86e01eaae002a5a3a9624417608d84 # v6.5.2
34
34
with :
35
- version : v1.64.8 # renovate: datasource=github-tags depName=golangci/golangci-lint
35
+ version : v2.1.2 # 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.8
29
+ rev : v2.1.2
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.8
5
+ GOLANGCI_LINT_VERSION = v2.1.2
6
6
7
7
.DEFAULT_GOAL: =nginx-prometheus-exporter
8
8
You can’t perform that action at this time.
0 commit comments