From 823fa3fb36443be215b9f420d8b0efda2509f39d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Feb 2025 13:53:19 +0100 Subject: [PATCH] chore(deps): update dependency go to v1.24.0 (#284) 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 8a7fc47..cbee023 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/giantswarm/backstage-catalog-importer go 1.23.0 -toolchain go1.23.6 +toolchain go1.24.0 require ( github.com/giantswarm/microerror v0.4.1