From 3a4467d3ce23cd3cab895771e3f721279a7ce2bb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 22:36:59 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.23.5 --- examples/apps/hello-world-app/tests/ats/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/apps/hello-world-app/tests/ats/go.mod b/examples/apps/hello-world-app/tests/ats/go.mod index 8c1b2aaa..3ff2d6fc 100644 --- a/examples/apps/hello-world-app/tests/ats/go.mod +++ b/examples/apps/hello-world-app/tests/ats/go.mod @@ -2,7 +2,7 @@ module github.com/giantswarm/app-test-suite go 1.23.0 -toolchain go1.23.4 +toolchain go1.23.5 require ( github.com/giantswarm/backoff v1.0.1