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 2222 - name : Set up Go 1.x
2323 uses : actions/setup-go@v2
2424 with :
25- go-version : ^1.15
25+ go-version : ^1.18
2626 id : go
2727
2828 - name : Check out code into the Go module directory
Original file line number Diff line number Diff line change 2626 - name : Set up Go 1.x
2727 uses : actions/setup-go@v2
2828 with :
29- go-version : ^1.15
29+ go-version : ^1.18
3030 id : go
3131
3232 - name : Check out code into the Go module directory
5454 - name : Set up Go 1.x
5555 uses : actions/setup-go@v2
5656 with :
57- go-version : ^1.15
57+ go-version : ^1.18
5858 id : go
5959
6060 - name : Check out code into the Go module directory
8686 - name : Set up Go 1.x
8787 uses : actions/setup-go@v2
8888 with :
89- go-version : ^1.15
89+ go-version : ^1.18
9090 id : go
9191
9292 - name : Check out code into the Go module directory
Original file line number Diff line number Diff line change 1818 - name : Set up Go 1.x
1919 uses : actions/setup-go@v2
2020 with :
21- go-version : ^1.15
21+ go-version : ^1.18
2222 id : go
2323
2424 - name : Check out code into the Go module directory
4141 - name : Set up Go 1.x
4242 uses : actions/setup-go@v2
4343 with :
44- go-version : ^1.15
44+ go-version : ^1.18
4545 id : go
4646
4747 - name : Check out code into the Go module directory
7373 - name : Set up Go 1.x
7474 uses : actions/setup-go@v2
7575 with :
76- go-version : ^1.15
76+ go-version : ^1.18
7777 id : go
7878
7979 - name : Check out code into the Go module directory
@@ -156,7 +156,7 @@ jobs:
156156 - name : Set up Go 1.x
157157 uses : actions/setup-go@v2
158158 with :
159- go-version : ^1.15
159+ go-version : ^1.18
160160 id : go
161161
162162 - 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
1818
1919DOCKER_IMAGE_NAME ?= aws-cloudwatch-exporter
2020
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),)
7878endif
7979endif
8080
81- PROMU_VERSION ?= 0.5 .0
81+ PROMU_VERSION ?= 0.13 .0
8282PROMU_URL := https://github.com/prometheus/promu/releases/download/v$(PROMU_VERSION)/promu-$(PROMU_VERSION).$(GO_BUILD_PLATFORM).tar.gz
8383
8484GOLANGCI_LINT :=
8585GOLANGCI_LINT_OPTS ?=
86- GOLANGCI_LINT_VERSION ?= v1.18.0
86+ GOLANGCI_LINT_VERSION ?= v1.46.2
8787# golangci-lint only supports linux, darwin and windows platforms on i386/amd64.
8888# windows isn't included here because of the path separator being different.
8989ifeq ($(GOHOSTOS),$(filter $(GOHOSTOS),linux darwin))
You can’t perform that action at this time.
0 commit comments