diff --git a/go.mod b/go.mod index dd7715bfa..cb17f1972 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/elastic/terraform-provider-elasticstack go 1.22.0 -toolchain go1.23.3 +toolchain go1.23.4 require ( github.com/disaster37/go-kibana-rest/v8 v8.5.0 diff --git a/tools/go.mod b/tools/go.mod index caed96315..5c6bce7c0 100644 --- a/tools/go.mod +++ b/tools/go.mod @@ -2,7 +2,7 @@ module github.com/elastic/terraform-provider-elasticstack/tools go 1.23.0 -toolchain go1.23.3 +toolchain go1.23.4 require ( github.com/client9/misspell v0.3.4