Skip to content

Commit 606108f

Browse files
committed
Set default bootstrap version in test.go to 14.12
Signed-off-by: Eduardo J. Ortega U <5791035+ejortegau@users.noreply.github.com>
1 parent 9976f0c commit 606108f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ For example:
7676
// Flags
7777
var (
7878
flavor = flag.String("flavor", "mysql57", "comma-separated bootstrap flavor(s) to run against (when using Docker mode). Available flavors: all,"+flavors)
79-
bootstrapVersion = flag.String("bootstrap-version", "10.2", "the version identifier to use for the docker images")
79+
bootstrapVersion = flag.String("bootstrap-version", "14.12", "the version identifier to use for the docker images")
8080
runCount = flag.Int("runs", 1, "run each test this many times")
8181
retryMax = flag.Int("retry", 3, "max number of retries, to detect flaky tests")
8282
logPass = flag.Bool("log-pass", false, "log test output even if it passes")

0 commit comments

Comments
 (0)