Skip to content
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

chore: upgrade container images and bump integration deps #753

Merged
merged 2 commits into from
Apr 21, 2024

Conversation

mfridman
Copy link
Collaborator

This PR bumps the test images

  • ClickHouse 22.9-alpine -> 24-alpine
  • MariaDB 10 -> 11
  • Turso (libsql-server) v0.23.7 -> v0.24.7
  • YDB 23.3 -> 24.1

And it also bumps all the deps in ./internal/testing/go.mod (separate Go module for integration tests).

google.golang.org/grpc v1.63.2 // indirect
google.golang.org/protobuf v1.33.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
howett.net/plist v1.0.1 // indirect
nhooyr.io/websocket v1.8.11 // indirect
)

replace github.com/tursodatabase/libsql-client-go => github.com/tursodatabase/libsql-client-go v0.0.0-20240220085343-4ae0eb9d0898
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed upstream in tursodatabase/libsql-client-go#113, so no need for pinning.

@mfridman mfridman merged commit d0641b5 into master Apr 21, 2024
5 checks passed
@mfridman mfridman deleted the mf/upgrade-testdb branch April 21, 2024 17:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant