From fdcdcc3a60561d26957a43872f0bd997b160c424 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 08:41:07 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.22.2 (#1080) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- go.mod | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 16875f06..631632ad 100644 --- a/go.mod +++ b/go.mod @@ -1,8 +1,6 @@ module github.com/int128/kubelogin -go 1.22.0 - -toolchain go1.22.2 +go 1.22.2 require ( github.com/alexflint/go-filemutex v1.3.0