From bb506d010fac847d5c9f6e06235ca720c6dbfc73 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Mar 2025 16:59:44 -0800 Subject: [PATCH] chore(deps): update dependency golang to v1.24.1 (#31) --- .mise.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.mise.toml b/.mise.toml index be81a04..6c53deb 100644 --- a/.mise.toml +++ b/.mise.toml @@ -1,5 +1,5 @@ [tools] -golang = "1.24.0" +golang = "1.24.1" [tasks.lint] description = "Lint all ebuilds"