From dca5e007800e22fb9a225b686bf35fd452ac472e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 23:16:22 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.23.4 (#97) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 33692d1..ded5d61 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/TeamPiped/instances-api/v2 go 1.22.7 -toolchain go1.23.3 +toolchain go1.23.4 require ( github.com/InfluxCommunity/influxdb3-go v0.14.0