Skip to content

Commit e691f52

Browse files
authored
Bump go lang version (#195)
1 parent b461236 commit e691f52

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The Segment provider allows [Terraform](https://www.terraform.io/) to manage [Se
55
## Requirements
66

77
- [Terraform](https://www.terraform.io/downloads.html) >= 1.0
8-
- [Go](https://golang.org/doc/install) >= 1.21
8+
- [Go](https://golang.org/doc/install) >= 1.24.2
99

1010
## Building The Provider
1111

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/segmentio/terraform-provider-segment
22

3-
go 1.23.0
4-
5-
toolchain go1.24.1
3+
go 1.24.2
64

75
require (
86
github.com/avast/retry-go/v4 v4.6.1

0 commit comments

Comments
 (0)