File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ version it implements, and Terraform:
35
35
## Requirements
36
36
37
37
* [ Terraform] ( https://www.terraform.io/downloads )
38
- * [ Go] ( https://go.dev/doc/install ) (1.19 )
38
+ * [ Go] ( https://go.dev/doc/install ) (1.20 )
39
39
* [ GNU Make] ( https://www.gnu.org/software/make/ )
40
40
* [ golangci-lint] ( https://golangci-lint.run/usage/install/#local-installation ) (optional)
41
41
Original file line number Diff line number Diff line change 1
1
module github.com/hashicorp/terraform-provider-archive
2
2
3
- go 1.19
3
+ go 1.20
4
4
5
5
require (
6
6
github.com/hashicorp/terraform-plugin-framework v1.4.0
Original file line number Diff line number Diff line change 1
1
module tools
2
2
3
- go 1.19
3
+ go 1.20
4
4
5
5
require (
6
6
github.com/hashicorp/copywrite v0.16.4
You can’t perform that action at this time.
0 commit comments