From 7b872a6aa699ffd0b7f0824ddcab0afd154ad385 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 18:54:28 +0000 Subject: [PATCH] Update dependency go to v1.22.6 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index ed1e39f..a1f3e2c 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/appuio/alerts_exporter go 1.22 -toolchain go1.22.4 +toolchain go1.22.6 require ( github.com/go-openapi/runtime v0.28.0