We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faf06ce commit d9caa8eCopy full SHA for d9caa8e
.circleci/config.yml
@@ -46,6 +46,7 @@ workflows:
46
matrix:
47
parameters:
48
go_version:
49
+ - "1.20"
50
- "1.21"
51
- "1.22"
52
- test:
@@ -55,5 +56,6 @@ workflows:
55
56
57
58
59
60
61
go.mod
@@ -1,6 +1,6 @@
1
module github.com/prometheus/procfs
2
3
-go 1.21
+go 1.20
4
5
require (
6
github.com/google/go-cmp v0.6.0
0 commit comments