Skip to content

Commit

Permalink
Revert runtime (#57)
Browse files Browse the repository at this point in the history
Co-authored-by: Maksym Bilan <>
  • Loading branch information
maximbilan authored Nov 9, 2024
1 parent 06052e5 commit 38ae4a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module github.com/capymind

go 1.23.3
go 1.22.7

toolchain go1.23.3

require (
cloud.google.com/go/cloudtasks v1.13.2
Expand Down
2 changes: 1 addition & 1 deletion scripts/deploy_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ SCHEDULER_FUNC_NAME="schedule"
SEND_MESSAGE_FUNC_NAME="sendMessage"

# Set the runtime
RUNTIME="go123"
RUNTIME="go122"
# Set the project ID
PROJECT_ID=$CAPY_PROJECT_ID

Expand Down

0 comments on commit 38ae4a4

Please sign in to comment.