From 44c90f602c00d454105b578adffb0be526f895ef Mon Sep 17 00:00:00 2001 From: Self-hosted Renovate Bot <125231822+ethpandaops-renovatebot[bot]@users.noreply.github.enterprise.com> Date: Tue, 26 Mar 2024 01:14:22 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.22.1 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 456daed3..3c4c15f2 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/ethpandaops/xatu -go 1.22.0 +go 1.22.1 require ( github.com/IBM/sarama v1.43.0