Skip to content

Commit

Permalink
Merge pull request #79 from DostEducation/feature/78-upgrade-python-v…
Browse files Browse the repository at this point in the history
…ersion-in-service

Upgraded python version in the callback service
  • Loading branch information
vivek-kumar-pandey authored Jan 18, 2024
2 parents 661480c + 7cce386 commit b4f8e2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit b4f8e2a

Please sign in to comment.