From 0dc2ad56dfc1fb10da56c2b4ef271cd221eccb34 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 00:58:07 +0000 Subject: [PATCH] build(deps): update go to v1.23.3 (#843) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .go-version | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.go-version b/.go-version index 14bee92c..ac1df3fc 100644 --- a/.go-version +++ b/.go-version @@ -1 +1 @@ -1.23.2 +1.23.3 diff --git a/go.mod b/go.mod index d50f993a..1e6fae23 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/maxbrunet/prometheus-elasticache-sd go 1.22.0 -toolchain go1.23.2 +toolchain go1.23.3 require ( github.com/alecthomas/kingpin/v2 v2.4.0