Skip to content

Commit

Permalink
release-22.1: roachtest: update gorm support tag
Browse files Browse the repository at this point in the history
Backport 1/1 commits from cockroachdb#84188 on behalf of @ZhouXing19.

/cc @cockroachdb/release

fixes cockroachdb#83794
fixes cockroachdb#83797
fixes cockroachdb#83885

Release note: None

Release justification: fix roachtest with gorm
  • Loading branch information
ZhouXing19 committed Jul 12, 2022
1 parent 46a6390 commit 8577d24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/roachtest/tests/gorm.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (
)

var gormReleaseTag = regexp.MustCompile(`^v(?P<major>\d+)\.(?P<minor>\d+)\.(?P<point>\d+)$`)
var gormSupportedTag = "v1.23.1"
var gormSupportedTag = "v1.23.8"

func registerGORM(r registry.Registry) {
runGORM := func(ctx context.Context, t test.Test, c cluster.Cluster) {
Expand Down

0 comments on commit 8577d24

Please sign in to comment.