diff --git a/go.mod b/go.mod index e49e8f591..d7d72c740 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/elastic/terraform-provider-elasticstack go 1.22 -toolchain go1.23.0 +toolchain go1.23.1 require ( github.com/disaster37/go-kibana-rest/v8 v8.5.0 diff --git a/tools/go.mod b/tools/go.mod index 9bb680c0c..217e7cc79 100644 --- a/tools/go.mod +++ b/tools/go.mod @@ -2,7 +2,7 @@ module github.com/elastic/terraform-provider-elasticstack/tools go 1.22.5 -toolchain go1.23.0 +toolchain go1.23.1 require ( github.com/client9/misspell v0.3.4