diff --git a/go.mod b/go.mod index 5cc8bb5..8ad263d 100644 --- a/go.mod +++ b/go.mod @@ -1,7 +1,8 @@ module github.com/TransparentEdge/terraform-provider-transparentedge -go 1.22.0 -toolchain go1.22.9 +go 1.22.7 + +toolchain go1.23.3 require ( github.com/hashicorp/terraform-plugin-docs v0.20.1