Skip to content

Commit

Permalink
Return support for Go 1.20
Browse files Browse the repository at this point in the history
Support the last three releases to match the versions supported by
prometheus client_golang.

Signed-off-by: SuperQ <[email protected]>
  • Loading branch information
SuperQ committed May 30, 2024
1 parent faf06ce commit d508607
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ workflows:
matrix:
parameters:
go_version:
- "1.20"
- "1.21"
- "1.22"
- test:
Expand All @@ -55,5 +56,6 @@ workflows:
matrix:
parameters:
go_version:
- "1.20"
- "1.21"
- "1.22"
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/prometheus/procfs

go 1.21
go 1.20

require (
github.com/google/go-cmp v0.6.0
Expand Down

0 comments on commit d508607

Please sign in to comment.