-
Notifications
You must be signed in to change notification settings - Fork 350
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v1 Go Connector misreports version #1836
Labels
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Comments
enocom
added
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
labels
Jun 7, 2023
annafang-google
added a commit
that referenced
this issue
Aug 11, 2023
Remove empty line fixed cloudsqlutil.go format fix test code
annafang-google
added a commit
that referenced
this issue
Aug 11, 2023
annafang-google
added a commit
that referenced
this issue
Aug 11, 2023
Remove empty line fixed cloudsqlutil.go format fix test code Fixed the typo in the test message
annafang-google
added a commit
that referenced
this issue
Aug 15, 2023
Remove empty line fixed cloudsqlutil.go format fix test code Fixed the typo in the test message Fixed typo and wrapped the long line
annafang-google
added a commit
that referenced
this issue
Aug 15, 2023
annafang-google
added a commit
that referenced
this issue
Aug 15, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
In the v1 Go Connector, there is a hardcoded version:
https://github.com/GoogleCloudPlatform/cloud-sql-proxy/blob/v1/proxy/certs/certs.go#L40
Instead, the v1 Go Connector should respect the version here:
https://github.com/GoogleCloudPlatform/cloud-sql-proxy/blob/v1/cmd/cloud_sql_proxy/version.txt
The text was updated successfully, but these errors were encountered: