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 bae0a65 commit b1d7c6cCopy full SHA for b1d7c6c
.go-version
@@ -1,2 +1 @@
1
-1.18.8
2
-
+1.20.7
README.md
@@ -15,7 +15,7 @@
15
## Requirements
16
17
- [Terraform](https://www.terraform.io/downloads.html) v0.12.31 or greater
18
-- [Go](https://golang.org/doc/install) 1.18.8 (recommended)
+- [Go](https://golang.org/doc/install) 1.20.7 (recommended)
19
20
21
## Building the Provider
go.mod
@@ -78,4 +78,4 @@ require (
78
// Uncomment this line to get OCI Go SDK from local source instead of github
79
replace github.com/oracle/oci-go-sdk/v65 v65.49.0 => ./vendor/github.com/oracle/oci-go-sdk
80
81
-go 1.18
+go 1.20
0 commit comments