Skip to content

Commit

Permalink
Update Go runtime version to go121
Browse files Browse the repository at this point in the history
  • Loading branch information
harveysanders committed Jan 2, 2024
1 parent a3a7c85 commit 23665e5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
https_trigger_security_level: "secure-always"
project_id: "operationspark-org"
region: "us-central1"
runtime: "go119"
runtime: "go121"
env_vars: >-
SLACK_WEBHOOK_URL=${{secrets.SLACK_WEBHOOK_URL}},
MAIL_DOMAIN=${{secrets.MAIL_DOMAIN}},
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
https_trigger_security_level: "secure-always"
project_id: "operationspark-org"
region: "us-central1"
runtime: "go119"
runtime: "go121"
env_vars: >-
SLACK_WEBHOOK_URL=${{secrets.SLACK_WEBHOOK_URL}},
MAIL_DOMAIN=${{secrets.MAIL_DOMAIN}},
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
https_trigger_security_level: "secure-always"
project_id: "operationspark-org"
region: "us-central1"
runtime: "go119"
runtime: "go121"
env_vars: >-
SLACK_WEBHOOK_URL=${{secrets.SLACK_WEBHOOK_URL}},
MAIL_DOMAIN=${{secrets.MAIL_DOMAIN}},
Expand Down
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"go.testEnvFile": "${workspaceFolder}/.env.smoke",
"cSpell.words": [
"Emptyf",
"gldb",
"stretchr"
]
}

0 comments on commit 23665e5

Please sign in to comment.