From 0a15cee57fb6ee7dce3209200d5b1bc4160afcec Mon Sep 17 00:00:00 2001 From: "renovate-sh-app[bot]" <219655108+renovate-sh-app[bot]@users.noreply.github.com> Date: Fri, 5 Dec 2025 00:04:55 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.25.5 | datasource | package | from | to | | -------------- | ------- | ------ | ------ | | golang-version | go | 1.25.4 | 1.25.5 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> --- types/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/go.mod b/types/go.mod index ddc4431..340f651 100644 --- a/types/go.mod +++ b/types/go.mod @@ -2,7 +2,7 @@ module github.com/grafana/authlib/types go 1.23.0 -toolchain go1.25.4 +toolchain go1.25.5 require github.com/stretchr/testify v1.11.1