From 7cce3863c23798b582e9b304a935290abd29f189 Mon Sep 17 00:00:00 2001 From: Sachin Bisht Date: Tue, 16 Jan 2024 12:31:57 +0530 Subject: [PATCH] upgraded python version in the callback service --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 14a8c37..665e245 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,7 +27,7 @@ jobs: description: 'Deploying staging function' memory_mb: 256 timeout: 30 - runtime: python38 + runtime: python311 project_id: ${{ secrets.GCP_PROJECT_ID }} entry_point: callback max_instances: 0 # Remove limitation @@ -52,7 +52,7 @@ jobs: description: 'Deploying production function' memory_mb: 512 timeout: 120 - runtime: python38 + runtime: python311 project_id: ${{ secrets.GCP_PROJECT_ID }} entry_point: callback max_instances: 0 # Remove limitation