From 7a5c479f381dcf1b96897c9f3cf40676360643ca 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:07:48 +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 ad2770a..d6dff18 100644 --- a/itest/go.mod +++ b/itest/go.mod @@ -2,7 +2,7 @@ module otel-profiling-java-itest go 1.25.0 -toolchain go1.26.3 +toolchain go1.26.4 require ( connectrpc.com/connect v1.19.1