File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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",
You can’t perform that action at this time.
0 commit comments