From 410785d9f0004c3d5117aea5d9deb925b4729d57 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 12:05:01 +0200 Subject: [PATCH] Update dependency go to v1.23.2 (#26) --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 4e7596b..79e9cd8 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module noah-mqtt -go 1.23.1 +go 1.23.2 require ( github.com/eclipse/paho.mqtt.golang v1.5.0