Skip to content

Commit 415aced

Browse files
authored
fix(memorystore): fix outdated App Engine config for connecting to a Memorystore instance (#5453)
1 parent e18ca2d commit 415aced

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

memorystore/redis/gae_flex_deployment/app.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,8 @@ env_variables:
2323
# Update with Redis instance network name
2424
network:
2525
name: default
26+
27+
runtime_config:
28+
operating_system: "ubuntu22"
29+
runtime_version: "1.25"
2630
# [END memorystore_go_app_yaml_flex]

memorystore/redis/gae_standard_deployment/app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414
# [START memorystore_go_app_yaml_standard]
15-
runtime: go111
15+
runtime: go125
1616

1717
# Update with Redis instance details
1818
env_variables:

0 commit comments

Comments
 (0)