From 8f8e68ce9f4fbf7e6ca489e24b63463099780441 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Feb 2025 12:39:05 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.24.0 --- 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