From aa82d3a107d2100a0155ed6573bdefb773d3e205 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 Oct 2025 03:20:39 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.25.2 (#1421) 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 6451180..68afafd 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/int128/kubelogin -go 1.25.1 +go 1.25.2 require ( github.com/chromedp/chromedp v0.14.2