From 820c05b7476138f6e0198a4002bbadc3617c93ed Mon Sep 17 00:00:00 2001 From: Joe Adams Date: Thu, 8 Jul 2021 09:31:06 -0400 Subject: [PATCH] Revert go version change Signed-off-by: Joe Adams --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 6011a2af..4012c360 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/prometheus-community/postgres_exporter -go 1.16 +go 1.14 require ( github.com/blang/semver v3.5.1+incompatible