diff --git a/.mise.toml b/.mise.toml index b6eea30..b5d311e 100644 --- a/.mise.toml +++ b/.mise.toml @@ -1,2 +1,2 @@ [tools] -go = "1.22.5" +go = "1.23.0" diff --git a/go.mod b/go.mod index a6fc03b..12515f8 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/nobbs/kubectl-mapr-ticket go 1.22.0 -toolchain go1.22.5 +toolchain go1.23.0 require ( github.com/charmbracelet/log v0.4.0