diff --git a/backend/go.mod b/backend/go.mod index f4a7b096..65cebc98 100644 --- a/backend/go.mod +++ b/backend/go.mod @@ -1,6 +1,6 @@ module github.com/mooseburgr/plex-utils -go 1.22.3 +go 1.22.5 require ( github.com/GoogleCloudPlatform/functions-framework-go v1.8.1 diff --git a/cloudbuild.yaml b/cloudbuild.yaml index a1db3a26..e7129b40 100644 --- a/cloudbuild.yaml +++ b/cloudbuild.yaml @@ -13,7 +13,7 @@ steps: - --region=us-central1 - --source=backend - --trigger-http - - --runtime=go121 + - --runtime=go122 - --entry-point=SendInvite - --gen2 - --allow-unauthenticated