1
0
mirror of https://github.com/prometheus-community/postgres_exporter.git synced 2025-08-09 15:42:47 +03:00

Revert go version change

Signed-off-by: Joe Adams <github@joeadams.io>
This commit is contained in:
Joe Adams
2021-07-08 09:31:06 -04:00
parent 7fdb019811
commit 820c05b747

2
go.mod
View File

@@ -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