We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e18ca2d commit 415acedCopy full SHA for 415aced
memorystore/redis/gae_flex_deployment/app.yaml
@@ -23,4 +23,8 @@ env_variables:
23
# Update with Redis instance network name
24
network:
25
name: default
26
+
27
+runtime_config:
28
+ operating_system: "ubuntu22"
29
+ runtime_version: "1.25"
30
# [END memorystore_go_app_yaml_flex]
memorystore/redis/gae_standard_deployment/app.yaml
@@ -12,7 +12,7 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
# [START memorystore_go_app_yaml_standard]
15
-runtime: go111
+runtime: go125
16
17
# Update with Redis instance details
18
env_variables:
0 commit comments