diff --git a/.go.env b/.go.env index d4ec88e..90db810 100644 --- a/.go.env +++ b/.go.env @@ -1 +1 @@ -GO_VERSION=1.26.2 \ No newline at end of file +GO_VERSION=1.26.3 \ No newline at end of file diff --git a/go.mod b/go.mod index c9a2482..11a4aa4 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/netapp/ontap-mcp -go 1.26.2 +go 1.26.3 require ( github.com/alecthomas/kong v1.15.0