-
Notifications
You must be signed in to change notification settings - Fork 53
Errors while deploying Cloud Functions #213
Comments
I see the same error for all the cloud functions. I started encountering the same issue a few days back. ` Error: Error waiting for Creating CloudFunctions Function: Error code 3, message: Build failed: # cloud.google.com/go/storage /layers/google.go.functions-framework/gopath/pkg/mod/cloud.google.com/go/[email protected]/bucket.go:1592:5: cannot use rr.Condition.Age (type *int64) as type int64 in field value; Error ID: 975560ac with module.close_public_cloud_sql.google_cloudfunctions_function.close-cloud-sql, Any help on this is appreciated. |
+1 here, I am getting below error (sample for one function) Error: Error waiting for Creating CloudFunctions Function: Error code 3, message: Build failed: # golang.org/x/sys/unix |
Updating the tf runtime for Go to 119 solved the issue |
Environment: GCE VM running Debian 5.10.136 (amd64)
Go: v1.16 (runtime chosen in GCP cloud functions)
After having installed all the required components and going past the error and fix identified in this issue, I'm encountering the following error:
The same error shows up for the following files:
Could someone point me in the right direction to get past this error? Is there any updated code base that fixes all outstanding bugs/issues?
Thank you for any help on this.
The text was updated successfully, but these errors were encountered: