Skip to content

Commit

Permalink
Update Action deps
Browse files Browse the repository at this point in the history
  • Loading branch information
harveysanders committed Apr 26, 2024
1 parent 48c5f6a commit 4656a1b
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
environment: staging
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- id: "auth"
uses: "google-github-actions/auth@v2"
Expand All @@ -28,7 +28,7 @@ jobs:
https_trigger_security_level: "secure-always"
project_id: "operationspark-org"
region: "us-central1"
runtime: "go121"
runtime: "go122"
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 @@ -26,7 +26,7 @@ jobs:
https_trigger_security_level: "secure-always"
project_id: "operationspark-org"
region: "us-central1"
runtime: "go121"
runtime: "go122"
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: "go121"
runtime: "go122"
env_vars: >-
SLACK_WEBHOOK_URL=${{secrets.SLACK_WEBHOOK_URL}},
MAIL_DOMAIN=${{secrets.MAIL_DOMAIN}},
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/signup-smoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
if: ${{ github.event.workflow_run.conclusion == 'success' || github.event_name == 'workflow_dispatch' }}
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: 1.21
go-version: 1.22
- name: Checkout
uses: actions/checkout@v4
- name: "Run Signup Smoke Test"
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/operationspark/service-signup

go 1.21
go 1.22

require (
github.com/GoogleCloudPlatform/functions-framework-go v1.8.0
Expand Down

0 comments on commit 4656a1b

Please sign in to comment.