diff --git a/.tool-versions b/.tool-versions index 7699286..c45bfe0 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1 +1 @@ -golang 1.27.0 +golang 1.27.1 diff --git a/go.mod b/go.mod index e7731f0..812676f 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/codereaper/lane -go 1.27.0 +go 1.27.1 require ( github.com/spf13/cobra v1.10.2