Skip to content

Commit

Permalink
Merge pull request cockroachdb#91539 from ZhouXing19/fix-gorm-22.1-1108
Browse files Browse the repository at this point in the history
release-22.1: roachtest: update gorm to 1.24.1
  • Loading branch information
ZhouXing19 authored Nov 15, 2022
2 parents 5d6b871 + 941c453 commit bbcf2a1
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.24.0"
var gormSupportedTag = "v1.24.1"

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

0 comments on commit bbcf2a1

Please sign in to comment.