Skip to content

Commit d9caa8e

Browse files
authored
Return support for Go 1.20 (#645)
Support the last three releases to match the versions supported by prometheus client_golang. Signed-off-by: SuperQ <superq@gmail.com>
1 parent faf06ce commit d9caa8e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.circleci/config.yml

+2
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ workflows:
4646
matrix:
4747
parameters:
4848
go_version:
49+
- "1.20"
4950
- "1.21"
5051
- "1.22"
5152
- test:
@@ -55,5 +56,6 @@ workflows:
5556
matrix:
5657
parameters:
5758
go_version:
59+
- "1.20"
5860
- "1.21"
5961
- "1.22"

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/prometheus/procfs
22

3-
go 1.21
3+
go 1.20
44

55
require (
66
github.com/google/go-cmp v0.6.0

0 commit comments

Comments
 (0)