Skip to content

Commit 64785bf

Browse files
committed
cmd/go/internal/modfetch: update TestCodeRepo for gopkg.in/yaml.v2 again
Update the expected data to fix the longtest builder. Updates #28856 Change-Id: I7fb6ee72e8469d974561b4b4057f40142f5b3654 Reviewed-on: https://go-review.googlesource.com/c/go/+/198557 Run-TryBot: Tobias Klauser <[email protected]> TryBot-Result: Gobot Gobot <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]>
1 parent 3d437ac commit 64785bf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -338,10 +338,10 @@ var codeRepoTests = []codeRepoTest{
338338
vcs: "git",
339339
path: "gopkg.in/yaml.v2",
340340
rev: "v2",
341-
version: "v2.2.3",
342-
name: "bb4e33bf68bf89cad44d386192cbed201f35b241",
343-
short: "bb4e33bf68bf",
344-
time: time.Date(2019, 9, 30, 19, 9, 21, 0, time.UTC),
341+
version: "v2.2.5-0.20191002202810-970885f01c8b",
342+
name: "970885f01c8bc1fecb7ab1c8ce8e7609bda45530",
343+
short: "970885f01c8b",
344+
time: time.Date(2019, 10, 2, 20, 28, 10, 0, time.UTC),
345345
gomod: "module \"gopkg.in/yaml.v2\"\n\nrequire (\n\t\"gopkg.in/check.v1\" v0.0.0-20161208181325-20d25e280405\n)\n",
346346
},
347347
{

0 commit comments

Comments
 (0)