Skip to content

Commit

Permalink
Merge pull request #84279 from ZhouXing19/fix-gorm-0612-22.1
Browse files Browse the repository at this point in the history
release-22.1: roachtest: update gorm support tag
  • Loading branch information
ZhouXing19 authored Jul 12, 2022
2 parents c954f1b + 8577d24 commit 248de09
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 248de09

Please sign in to comment.