File tree 5 files changed +8
-6
lines changed
5 files changed +8
-6
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.21 -base
10
+ - image : quay.io/prometheus/golang-builder:1.22 -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.21
4
+ version : 1.22
5
5
repository :
6
6
path : github.com/prometheus-community/prom-label-proxy
7
7
build :
Original file line number Diff line number Diff line change
1
+ ## 0.9.0 / 2024-06-04
2
+
3
+ * [ ENHANCEMENT] Update /api/v1/{rules,alerts} responses. #214
4
+
1
5
## 0.8.1 / 2024-01-28
2
6
3
7
Internal change for library compatibility. No user-visible changes.
Original file line number Diff line number Diff line change 1
- 0.8.1
1
+ 0.9.0
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.21
4
-
5
- toolchain go1.21.9
3
+ go 1.22
6
4
7
5
require (
8
6
github.com/efficientgo/core v1.0.0-rc.2
You can’t perform that action at this time.
0 commit comments