79470612

Date: 2025-02-26 17:42:51
Score: 1
Natty:
Report link

The solution for me has been using the go 1.21 runtime instead of the go 1.22 runtime in gcloud functions deploy:

gcloud functions deploy my-gcloud-function \
    --runtime=go121 \
    ...

It seems to me a gcloud bug, but nevertheless I share the problem and my solution, maybe it was helpful for somebody else.

Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Vicente Gavara