Skip to content

Commit

Permalink
bump go 1.23
Browse files Browse the repository at this point in the history
Signed-off-by: Navratan Lal Gupta <navilg0409@gmail.com>
  • Loading branch information
navilg committed Oct 26, 2024
1 parent e8e7daf commit 46cb93b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/navilg/k8senv

go 1.20
go 1.23

require github.com/spf13/cobra v1.6.1

Expand Down
2 changes: 1 addition & 1 deletion internal/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 46cb93b

Please sign in to comment.