You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update golang to 1.24, golang.org/x/net to v.0.44.0 and terraform-plu… (#1322)
* Update golang to 1.24, golang.org/x/net to v.0.44.0 and terraform-plugin-sdk/v2 to v2.38.1
Signed-off-by: Sebastian Schuster <[email protected]>
* Fixed format errors
Signed-off-by: Sebastian Schuster <[email protected]>
* Update readme required versions
Signed-off-by: Sebastian Schuster <[email protected]>
---------
Signed-off-by: Sebastian Schuster <[email protected]>
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,7 @@ build you can use the `linux_amd64` build as long as `libc6-compat` is installed
74
74
75
75
## Development
76
76
77
-
This project requires Go 1.23 and Terraform 1.12.2.
77
+
This project requires Go 1.24 and Terraform 1.13.3.
78
78
This project uses [Go Modules](https://github.com/golang/go/wiki/Modules) for dependency management, which allows this project to exist outside an existing GOPATH.
79
79
80
80
After cloning the repository, you can build the project by running `make build`.
0 commit comments