File tree Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 22
22
- name : Set up Go 1.x
23
23
uses : actions/setup-go@v2
24
24
with :
25
- go-version : ^1.15
25
+ go-version : ^1.18
26
26
id : go
27
27
28
28
- name : Check out code into the Go module directory
Original file line number Diff line number Diff line change 26
26
- name : Set up Go 1.x
27
27
uses : actions/setup-go@v2
28
28
with :
29
- go-version : ^1.15
29
+ go-version : ^1.18
30
30
id : go
31
31
32
32
- name : Check out code into the Go module directory
54
54
- name : Set up Go 1.x
55
55
uses : actions/setup-go@v2
56
56
with :
57
- go-version : ^1.15
57
+ go-version : ^1.18
58
58
id : go
59
59
60
60
- name : Check out code into the Go module directory
86
86
- name : Set up Go 1.x
87
87
uses : actions/setup-go@v2
88
88
with :
89
- go-version : ^1.15
89
+ go-version : ^1.18
90
90
id : go
91
91
92
92
- name : Check out code into the Go module directory
Original file line number Diff line number Diff line change 18
18
- name : Set up Go 1.x
19
19
uses : actions/setup-go@v2
20
20
with :
21
- go-version : ^1.15
21
+ go-version : ^1.18
22
22
id : go
23
23
24
24
- name : Check out code into the Go module directory
41
41
- name : Set up Go 1.x
42
42
uses : actions/setup-go@v2
43
43
with :
44
- go-version : ^1.15
44
+ go-version : ^1.18
45
45
id : go
46
46
47
47
- name : Check out code into the Go module directory
73
73
- name : Set up Go 1.x
74
74
uses : actions/setup-go@v2
75
75
with :
76
- go-version : ^1.15
76
+ go-version : ^1.18
77
77
id : go
78
78
79
79
- name : Check out code into the Go module directory
@@ -156,7 +156,7 @@ jobs:
156
156
- name : Set up Go 1.x
157
157
uses : actions/setup-go@v2
158
158
with :
159
- go-version : ^1.15
159
+ go-version : ^1.18
160
160
id : go
161
161
162
162
- name : Check out code into the Go module directory
Original file line number Diff line number Diff line change @@ -18,4 +18,4 @@ include Makefile.common
18
18
19
19
DOCKER_IMAGE_NAME ?= aws-cloudwatch-exporter
20
20
21
- GOLANGCI_LINT_VERSION ?= v1.27.0
21
+ GOLANGCI_LINT_VERSION ?= v1.46.2
Original file line number Diff line number Diff line change @@ -78,12 +78,12 @@ ifneq ($(shell which gotestsum),)
78
78
endif
79
79
endif
80
80
81
- PROMU_VERSION ?= 0.5 .0
81
+ PROMU_VERSION ?= 0.13 .0
82
82
PROMU_URL := https://github.com/prometheus/promu/releases/download/v$(PROMU_VERSION)/promu-$(PROMU_VERSION).$(GO_BUILD_PLATFORM).tar.gz
83
83
84
84
GOLANGCI_LINT :=
85
85
GOLANGCI_LINT_OPTS ?=
86
- GOLANGCI_LINT_VERSION ?= v1.18.0
86
+ GOLANGCI_LINT_VERSION ?= v1.46.2
87
87
# golangci-lint only supports linux, darwin and windows platforms on i386/amd64.
88
88
# windows isn't included here because of the path separator being different.
89
89
ifeq ($(GOHOSTOS),$(filter $(GOHOSTOS),linux darwin))
You can’t perform that action at this time.
0 commit comments