File tree 3 files changed +3
-4
lines changed
3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ executors:
7
7
# also be updated.
8
8
golang :
9
9
docker :
10
- - image : quay.io/prometheus/golang-builder:1.20 -base
10
+ - image : quay.io/prometheus/golang-builder:1.21 -base
11
11
jobs :
12
12
test :
13
13
executor : golang
Original file line number Diff line number Diff line change 1
1
---
2
2
go :
3
3
# This must match .circle/config.yml.
4
- version : 1.20
4
+ version : 1.21
5
5
repository :
6
6
path : github.com/prometheus-community/prom-label-proxy
7
7
build :
8
8
binaries :
9
9
- name : prom-label-proxy
10
- flags : -tags 'netgo'
11
10
# yamllint disable rule:line-length
12
11
ldflags : |
13
12
-X github.com/prometheus/common/version.Version={{.Version}}
Original file line number Diff line number Diff line change 1
1
module github.com/prometheus-community/prom-label-proxy
2
2
3
- go 1.19
3
+ go 1.20
4
4
5
5
require (
6
6
github.com/efficientgo/core v1.0.0-rc.2
You can’t perform that action at this time.
0 commit comments