Skip to content

Commit

Permalink
upgrade to latest Go 1.22.*, GCF runtime to 1.22 (#332)
Browse files Browse the repository at this point in the history
  • Loading branch information
mooseburgr authored Aug 3, 2024
1 parent 1ce01c4 commit 523daf1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/go.mod
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ steps:
- --region=us-central1
- --source=backend
- --trigger-http
- --runtime=go121
- --runtime=go122
- --entry-point=SendInvite
- --gen2
- --allow-unauthenticated
Expand Down

1 comment on commit 523daf1

@vercel
Copy link

@vercel vercel bot commented on 523daf1 Aug 3, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.