Skip to content

Commit

Permalink
fix: update sgcloudsqlproxy to 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
liufuyang committed Jun 16, 2023
1 parent b9fbd28 commit b634abf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/sgcloudsqlproxy/tool.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
)

const (
version = "1.33.1"
version = "2.3.0"
binaryName = "cloud_sql_proxy"
)

Expand All @@ -30,7 +30,7 @@ func PrepareCommand(ctx context.Context) error {
runtime.GOARCH,
)
binURL := fmt.Sprintf(
"https://storage.googleapis.com/cloudsql-proxy/v%s/%s",
"https://storage.googleapis.com/cloud-sql-connectors/cloudsql-proxy/v%s/%s",
version,
filename,
)
Expand Down

0 comments on commit b634abf

Please sign in to comment.