go: bump to 1.24 (#548)
diff --git a/README.md b/README.md
index 3382995..2b0a33e 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@
This library is built in Go, and uses the [support policy](https://golang.org/doc/devel/release.html#policy) of Go as its support policy. The two latest major releases of Go are supported by terraform-exec.
-Currently, that means Go **1.23** or later must be used.
+Currently, that means Go **1.24** or later must be used.
## Terraform compatibility
diff --git a/go.mod b/go.mod
index cd72c26..843c8c6 100644
--- a/go.mod
+++ b/go.mod
@@ -1,8 +1,6 @@
module github.com/hashicorp/terraform-exec
-go 1.23.0
-
-toolchain go1.24.0
+go 1.24.10
require (
github.com/google/go-cmp v0.7.0