File tree 3 files changed +5
-7
lines changed
3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ executors:
5
5
# Whenever the Go version is updated here, .promu.yml should also be updated.
6
6
golang :
7
7
docker :
8
- - image : cimg/go:1.20
8
+ - image : cimg/go:1.21
9
9
jobs :
10
10
test :
11
11
executor : golang
23
23
# Whenever the Go version is updated here, .travis.yml and .promu.yml
24
24
# should also be updated.
25
25
environment :
26
- DOCKER_TEST_IMAGE_NAME : quay.io/prometheus/golang-builder:1.20 -base
26
+ DOCKER_TEST_IMAGE_NAME : quay.io/prometheus/golang-builder:1.21 -base
27
27
steps :
28
28
- checkout
29
29
- run :
Original file line number Diff line number Diff line change 1
1
go :
2
- # Whenever the Go version is updated here, .travis.yml and
3
- # .circle/config.yml should also be updated.
4
- version : 1.20
2
+ # Whenever the Go version is updated here, .circle/config.yml should also be updated.
3
+ version : 1.21
5
4
repository :
6
5
path : github.com/prometheus/blackbox_exporter
7
6
build :
8
- flags : -a -tags netgo
9
7
ldflags : |
10
8
-X github.com/prometheus/common/version.Version={{.Version}}
11
9
-X github.com/prometheus/common/version.Revision={{.Revision}}
Original file line number Diff line number Diff line change 1
1
module github.com/prometheus/blackbox_exporter
2
2
3
- go 1.19
3
+ go 1.20
4
4
5
5
require (
6
6
github.com/alecthomas/kingpin/v2 v2.4.0
You can’t perform that action at this time.
0 commit comments