Skip to content

Commit

Permalink
Merge pull request #30 from navilg/bump/go
Browse files Browse the repository at this point in the history
bump: go 1.23
  • Loading branch information
navilg authored Oct 26, 2024
2 parents e8e7daf + 46cb93b commit 95244ff
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 95244ff

Please sign in to comment.