From 0a9679797e1fc7b982f3ebfce242e275cbe952b7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Sep 2025 22:07:37 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.25.1 (#1405) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 7590307..83204fc 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/int128/kubelogin -go 1.25.0 +go 1.25.1 require ( github.com/chromedp/chromedp v0.14.1