Skip to content

Commit cf6cfba

Browse files
tklauserBryan C. Mills
authored and
Bryan C. Mills
committed
cmd/go/internal/modfetch: update expected tags for TestCodeRepoVersions
Updates #28856 Change-Id: I89c564cefd7c5777904bc00c74617dab693373bf Reviewed-on: https://go-review.googlesource.com/c/go/+/265819 Trust: Tobias Klauser <[email protected]> Run-TryBot: Tobias Klauser <[email protected]> Reviewed-by: Alberto Donizetti <[email protected]> Reviewed-by: Bryan C. Mills <[email protected]> TryBot-Result: Go Bot <[email protected]>
1 parent 150d244 commit cf6cfba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cmd/go/internal/modfetch/coderepo_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -648,7 +648,7 @@ var codeRepoVersionsTests = []struct {
648648
{
649649
vcs: "git",
650650
path: "gopkg.in/russross/blackfriday.v2",
651-
versions: []string{"v2.0.0", "v2.0.1"},
651+
versions: []string{"v2.0.0", "v2.0.1", "v2.1.0-pre.1"},
652652
},
653653
{
654654
vcs: "git",

0 commit comments

Comments
 (0)