From 782bc66e5b3d52d96a275b997a6f0c85e8cea509 Mon Sep 17 00:00:00 2001 From: Piotr Gwizdala <17101802+thampiotr@users.noreply.github.com> Date: Mon, 11 Mar 2024 13:45:33 +0000 Subject: [PATCH] Upgrade Go to 1.22.1 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 47613a8f9cd3..4eb7edbf0068 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/grafana/agent -go 1.21.0 +go 1.22.1 require ( cloud.google.com/go/pubsub v1.33.0