Skip to content

Commit

Permalink
Bump crdb test server from 22.2.17 to 23.1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
roger2hk committed Jan 20, 2024
1 parent 74c8347 commit 99c1381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/crdb/common_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ func (db *testDBHandle) GetDB() *sql.DB {
func TestMain(m *testing.M) {
flag.Parse()

ts, err := testserver.NewTestServer(testserver.CustomVersionOpt("v22.2.17"), testserver.StoreOnDiskOpt())
ts, err := testserver.NewTestServer(testserver.CustomVersionOpt("v23.1.13"), testserver.StoreOnDiskOpt())
if err != nil {
klog.Exitf("Failed to start test server: %v", err)
}
Expand Down

0 comments on commit 99c1381

Please sign in to comment.