From 7aa0855116ec03c971946f8337df15a548eba38b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Jul 2025 21:02:13 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.24.5 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 99a8033..f1e605d 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/go-flutter-desktop/hover go 1.23.0 -toolchain go1.24.4 +toolchain go1.24.5 require ( github.com/JackMordaunt/icns v1.0.0