From 344fceea10b039f5ed1efc46581dec1ef2968f64 Mon Sep 17 00:00:00 2001 From: Pranshu Srivastava Date: Fri, 22 Mar 2024 02:06:54 +0530 Subject: [PATCH] chore: Specify minimum Golang version as `1.20` PTAL at the previous commit (d559fd9) for more details. Signed-off-by: Pranshu Srivastava --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 02a379eb..02a3fe7a 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/prometheus/procfs -go 1.19 +go 1.20 require ( github.com/google/go-cmp v0.6.0