Skip to content

Commit d17c7ee

Browse files
authored
go: bump version to 1.23/1.24 (#511)
1 parent 76efb9a commit d17c7ee

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ We strictly follow [semantic versioning](https://semver.org).
1414

1515
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.
1616

17-
Currently, that means Go **1.22** or later must be used.
17+
Currently, that means Go **1.23** or later must be used.
1818

1919
## Terraform compatibility
2020

go.mod

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
module github.com/hashicorp/terraform-exec
22

3-
go 1.22.0
3+
go 1.23.0
4+
5+
toolchain go1.24.0
46

57
require (
68
github.com/google/go-cmp v0.7.0

0 commit comments

Comments
 (0)