diff --git a/go.mod b/go.mod index ebf8a4b1a..3b0a8c9f7 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/elastic/terraform-provider-elasticstack go 1.23.0 -toolchain go1.23.6 +toolchain go1.24.0 require ( github.com/disaster37/go-kibana-rest/v8 v8.5.0 diff --git a/libs/go-kibana-rest/go.mod b/libs/go-kibana-rest/go.mod index 7cadbbe29..4f79fafbd 100644 --- a/libs/go-kibana-rest/go.mod +++ b/libs/go-kibana-rest/go.mod @@ -2,7 +2,7 @@ module github.com/disaster37/go-kibana-rest/v8 go 1.23.0 -toolchain go1.23.6 +toolchain go1.24.0 require ( github.com/go-resty/resty/v2 v2.16.0 diff --git a/tools/go.mod b/tools/go.mod index b905d6806..932ff433f 100644 --- a/tools/go.mod +++ b/tools/go.mod @@ -2,7 +2,7 @@ module github.com/elastic/terraform-provider-elasticstack/tools go 1.23.4 -toolchain go1.23.6 +toolchain go1.24.0 require ( github.com/client9/misspell v0.3.4