Skip to content

Commit

Permalink
misc: update cockroach testserver version
Browse files Browse the repository at this point in the history
  • Loading branch information
its-felix committed Jan 27, 2024
1 parent d3bad20 commit 93d346e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/test/db.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func (s *Scope) getOrCreateConfig() (*pgxpool.Config, error) {
defer s.mutex.Unlock()

if pTs := s.ts.Load(); pTs == nil {
ts, err := testserver.NewTestServer(testserver.CustomVersionOpt("23.1.13"))
ts, err := testserver.NewTestServer(testserver.CustomVersionOpt("v23.1.14"))
if err != nil {
return nil, err
}
Expand Down

0 comments on commit 93d346e

Please sign in to comment.