Skip to content

Commit

Permalink
chore: Specify minimum Golang version as 1.20
Browse files Browse the repository at this point in the history
PTAL at the previous commit (d559fd9) for more details.

Signed-off-by: Pranshu Srivastava <rexagod@gmail.com>
  • Loading branch information
rexagod committed Mar 21, 2024
1 parent d559fd9 commit bc79f98
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ workflows:
matrix:
parameters:
go_version:
- "1.19"
- "1.20"
- "1.21"
- test:
Expand All @@ -56,6 +55,5 @@ workflows:
matrix:
parameters:
go_version:
- "1.19"
- "1.20"
- "1.21"
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.19
go 1.20

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

0 comments on commit bc79f98

Please sign in to comment.