From 2b314a08a5c1930664b7017ee4b791ab9f16bcdf Mon Sep 17 00:00:00 2001 From: Gilles Miraillet Date: Thu, 27 Jun 2024 21:31:56 +0200 Subject: [PATCH] update go.mod to use go v1.22.4 --- go.mod | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/go.mod b/go.mod index bce93972..f9238613 100644 --- a/go.mod +++ b/go.mod @@ -1,8 +1,6 @@ module github.com/bosh-prometheus/bosh_exporter -go 1.21.0 - -toolchain go1.22.0 +go 1.22.4 require ( github.com/benjamintf1/unmarshalledmatchers v1.0.0