From 46cb93b4db33195d63529d0a0235df63dd7fdfd5 Mon Sep 17 00:00:00 2001 From: Navratan Lal Gupta Date: Sat, 26 Oct 2024 15:36:35 +0530 Subject: [PATCH] bump go 1.23 Signed-off-by: Navratan Lal Gupta --- go.mod | 2 +- internal/config/config.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 71c7c7c..ebb91d9 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/navilg/k8senv -go 1.20 +go 1.23 require github.com/spf13/cobra v1.6.1 diff --git a/internal/config/config.go b/internal/config/config.go index 480ebae..a2a7b13 100644 --- a/internal/config/config.go +++ b/internal/config/config.go @@ -6,7 +6,7 @@ import ( "strings" ) -var version string = "v1.0.2" +var version string = "v1.0.3" var gitCommit string = "###GitCommitPlaceholder###" func getGitCommit() string {