We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 487f688 commit 23963c5Copy full SHA for 23963c5
1 file changed
.github/workflows/google-cloudrun-source.yml
@@ -86,7 +86,7 @@ jobs:
86
uses: 'google-github-actions/deploy-cloud-functions@v1'
87
with:
88
name: 'helloworld'
89
- runtime: 'python38'
+ runtime: 'python311'
90
region: ${{ env.REGION }}
91
entry_point: 'hello_get'
92
source_dir: 'functions/helloworld'
0 commit comments