From 7d64c4e4c020adfce4f9d15f09796303a1fbd6d6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 14:48:20 +0100 Subject: [PATCH] chore(deps): update dependency go to v1.23.2 (#447) 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 95cf217a..a8669a90 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module flamingo.me/flamingo/v3 go 1.22 -toolchain go1.23.1 +toolchain go1.23.2 require ( contrib.go.opencensus.io/exporter/jaeger v0.2.1