We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07926df commit 119af15Copy full SHA for 119af15
pkg/cmd/roachtest/tests/knex.go
@@ -22,7 +22,7 @@ import (
22
"github.com/stretchr/testify/require"
23
)
24
25
-const supportedKnexTag = "2.0.0"
+const supportedKnexTag = "2.5.1"
26
27
// This test runs one of knex's test suite against a single cockroach
28
// node.
0 commit comments