Skip to content

Commit 8084ec0

Browse files
committed
Exempted - Updating go version in ocibuild.conf
1 parent c94009f commit 8084ec0

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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.21.8 (recommended)
18+
- [Go](https://golang.org/doc/install) 1.21.13 (recommended)
1919

2020

2121
## Building the Provider

ocibuild.conf

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ steps:
8484
"GOFLAGS": "-mod=vendor",
8585
"GO111MODULE": "on"
8686
}
87-
goVersion: "1.21.5"
87+
goVersion: "1.21.13"
8888
goCommands: [
8989
{
9090
command: "install"
@@ -107,7 +107,7 @@ steps:
107107
{ envVarName: "OCI_RESOURCE_PRINCIPAL_PRIVATE_PEM", secretServicePath: "secret/terraform-provider/unittest_oci_resource_principal_private_pem/latest"},
108108
{ envVarName: "OCI_RESOURCE_PRINCIPAL_RPST", secretServicePath: "/secret/terraform-provider/unittest_oci_resource_principal_rpst/latest"}
109109
]
110-
goVersion: "1.21.5"
110+
goVersion: "1.21.13"
111111
goCommands: [
112112
{
113113
command: "test ./..."
@@ -135,7 +135,7 @@ steps:
135135
environment: {
136136
"CHECK_COVERAGE": "true"
137137
}
138-
goVersion: "1.21.5"
138+
goVersion: "1.21.13"
139139
goCommands: [
140140
{
141141
command: "test coverage/coverage_test.go"
@@ -150,7 +150,7 @@ steps:
150150
name: build-terraform-providers-amd64
151151
dependsOn: [unit_test_with_code_coverage]
152152
type: golang
153-
goVersion: 1.21.5
153+
goVersion: 1.21.13
154154
environment:
155155
{
156156
"GOFLAGS": "-mod=vendor",
@@ -175,7 +175,7 @@ steps:
175175
name: build-terraform-providers-arm64
176176
dependsOn: [unit_test_with_code_coverage]
177177
type: golang
178-
goVersion: 1.21.5
178+
goVersion: 1.21.13
179179
environment:
180180
{
181181
"GOFLAGS": "-mod=vendor",

0 commit comments

Comments
 (0)