Skip to content

Commit e334638

Browse files
committed
Revert "Update Go (prometheus-community#828)"
This reverts commit 02a3026.
1 parent 8f3d332 commit e334638

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ executors:
66
# This must match .promu.yml.
77
golang:
88
docker:
9-
- image: cimg/go:1.21
9+
- image: cimg/go:1.20
1010
jobs:
1111
test:
1212
executor: golang

.promu.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
go:
22
# This must match .circle/config.yml.
3-
version: 1.21
3+
version: 1.20
44
repository:
55
path: github.com/prometheus-community/elasticsearch_exporter
66
build:
77
binaries:
88
- name: elasticsearch_exporter
9+
flags: -a -tags netgo
910
ldflags: |
1011
-s
1112
-X github.com/prometheus/common/version.Version={{.Version}}

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/prometheus-community/elasticsearch_exporter
22

3-
go 1.20
3+
go 1.19
44

55
require (
66
github.com/alecthomas/kingpin/v2 v2.4.0

0 commit comments

Comments
 (0)