From 0c5eefd646d7e3ae8ab612584f08948d7ee6e4a6 Mon Sep 17 00:00:00 2001 From: "renovate-sh-app[bot]" <219655108+renovate-sh-app[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 02:04:07 +0000 Subject: [PATCH] fix(security/unknown): update go toolchain directive to v1.26.4 [security] | datasource | package | from | to | | -------------- | ------- | ------ | ------ | | golang-version | go | 1.26.3 | 1.26.4 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> --- itest/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/itest/go.mod b/itest/go.mod index 6ade950..7d0d1cb 100644 --- a/itest/go.mod +++ b/itest/go.mod @@ -2,4 +2,4 @@ module pyroscope-java-itest go 1.25.0 -toolchain go1.26.3 +toolchain go1.26.4