Skip to content

Commit b1d7c6c

Browse files
committed
Added - Upgrade golang version to 1.20.7
1 parent bae0a65 commit b1d7c6c

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.go-version

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
1.18.8
2-
1+
1.20.7

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
## Requirements
1616

1717
- [Terraform](https://www.terraform.io/downloads.html) v0.12.31 or greater
18-
- [Go](https://golang.org/doc/install) 1.18.8 (recommended)
18+
- [Go](https://golang.org/doc/install) 1.20.7 (recommended)
1919

2020

2121
## Building the Provider

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,4 @@ require (
7878
// Uncomment this line to get OCI Go SDK from local source instead of github
7979
replace github.com/oracle/oci-go-sdk/v65 v65.49.0 => ./vendor/github.com/oracle/oci-go-sdk
8080

81-
go 1.18
81+
go 1.20

0 commit comments

Comments
 (0)