You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,14 @@ guide](./migration-guide.md).
39
39
40
40
For a quick example, try out the Go Connector in a [Codelab][codelab].
41
41
42
+
43
+
> [!WARNING]
44
+
> **Go versions 1.25.2 and 1.24.8 are NOT compatible with Cloud SQL Go Connector.**
45
+
>
46
+
> A recent update to the Go version 1.25.2 and Go 1.24.8 breaks SAN verificaton in Go Connector. This is because Cloud SQL includes a trailing dot in the DNS name within the certificate's Subject Alternative Name (SAN), which the above Go versions reject as a malformed DNS name.
47
+
>
48
+
> For more details, please see the related Go issue: [crypto/x509: quadratic complexity when checking name constraints ](https://github.com/golang/go/issues/75715).
0 commit comments