We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b461236 commit e691f52Copy full SHA for e691f52
README.md
@@ -5,7 +5,7 @@ The Segment provider allows [Terraform](https://www.terraform.io/) to manage [Se
5
## Requirements
6
7
- [Terraform](https://www.terraform.io/downloads.html) >= 1.0
8
-- [Go](https://golang.org/doc/install) >= 1.21
+- [Go](https://golang.org/doc/install) >= 1.24.2
9
10
## Building The Provider
11
go.mod
@@ -1,8 +1,6 @@
1
module github.com/segmentio/terraform-provider-segment
2
3
-go 1.23.0
4
-
-toolchain go1.24.1
+go 1.24.2
require (
github.com/avast/retry-go/v4 v4.6.1
0 commit comments