From 56946e5ee3bf3c3424dec487820a5297308b7e6d Mon Sep 17 00:00:00 2001 From: Alex Demidoff Date: Tue, 13 Aug 2024 21:42:04 +0300 Subject: [PATCH] chore: bump up Go to v1.22 --- go.mod | 2 +- tools/go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 7e81098a2..6f97d1c20 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/prometheus-community/postgres_exporter -go 1.21 +go 1.22 require ( github.com/DATA-DOG/go-sqlmock v1.5.2 diff --git a/tools/go.mod b/tools/go.mod index 69f378105..713f65746 100644 --- a/tools/go.mod +++ b/tools/go.mod @@ -1,6 +1,6 @@ module github.com/percona/postgres_exporter/tools -go 1.21 +go 1.22 require ( github.com/golangci/golangci-lint v1.59.1