From 8577d248779688793027e83f64979cd68bd52895 Mon Sep 17 00:00:00 2001 From: Jane Xing Date: Tue, 12 Jul 2022 10:42:41 -0400 Subject: [PATCH] release-22.1: roachtest: update gorm support tag Backport 1/1 commits from #84188 on behalf of @ZhouXing19. /cc @cockroachdb/release fixes #83794 fixes #83797 fixes #83885 Release note: None Release justification: fix roachtest with gorm --- pkg/cmd/roachtest/tests/gorm.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/cmd/roachtest/tests/gorm.go b/pkg/cmd/roachtest/tests/gorm.go index cbf8b09c3084..4a7b25ca804c 100644 --- a/pkg/cmd/roachtest/tests/gorm.go +++ b/pkg/cmd/roachtest/tests/gorm.go @@ -24,7 +24,7 @@ import ( ) var gormReleaseTag = regexp.MustCompile(`^v(?P\d+)\.(?P\d+)\.(?P\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) {