From 61588d2ddb6dc8f9db21a3fcfce5a05afeeab9cd Mon Sep 17 00:00:00 2001 From: "renovate-sh-app[bot]" <219655108+renovate-sh-app[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 16:03:58 +0000 Subject: [PATCH] fix(security/unknown/): update go toolchain directive to v1.25.11 [security] | datasource | package | from | to | | -------------- | ------- | ------ | ------- | | golang-version | go | 1.24.2 | 1.25.11 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 8a31262..de4353a 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/grafana/jsonnet-language-server go 1.24.0 -toolchain go1.24.2 +toolchain go1.25.11 require ( github.com/JohannesKaufmann/html-to-markdown v1.6.0