Skip to content

Commit

Permalink
roachtest: update supported tag for gorm
Browse files Browse the repository at this point in the history
fixes #83794
fixes #83797
fixes #83885

Release note: None
  • Loading branch information
ZhouXing19 committed Jul 11, 2022
1 parent 37cf9bf commit 0f623d6
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.5"
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 0f623d6

Please sign in to comment.