Skip to content

Commit 6b1d73a

Browse files
authored
fix: add important message to readme that show incompatibility with c… (#1028)
* fix: add important message to readme that show incompatibility with certain go version
1 parent 0b1a48b commit 6b1d73a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,14 @@ guide](./migration-guide.md).
3939

4040
For a quick example, try out the Go Connector in a [Codelab][codelab].
4141

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).
49+
4250
## Installation
4351

4452
You can install this repo with `go get`:

0 commit comments

Comments
 (0)