Skip to content

Commit

Permalink
cmd/go/internal/modfetch: update TestCodeRepo for gopkg.in/yaml.v2
Browse files Browse the repository at this point in the history
The new yaml.v2 release broke the longtest builder. Update the expected
data.

Updates golang#28856

Change-Id: I98ec9e32e55bdb6b26b67e46dc16f34f77c2d40f
Reviewed-on: https://go-review.googlesource.com/c/go/+/198117
Reviewed-by: Dmitri Shuralyov <[email protected]>
  • Loading branch information
andybons committed Oct 1, 2019
1 parent 5e514b7 commit e617141
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/cmd/go/internal/modfetch/coderepo_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -338,10 +338,10 @@ var codeRepoTests = []codeRepoTest{
vcs: "git",
path: "gopkg.in/yaml.v2",
rev: "v2",
version: "v2.2.3-0.20190319135612-7b8349ac747c",
name: "7b8349ac747c6a24702b762d2c4fd9266cf4f1d6",
short: "7b8349ac747c",
time: time.Date(2019, 03, 19, 13, 56, 12, 0, time.UTC),
version: "v2.2.3",
name: "bb4e33bf68bf89cad44d386192cbed201f35b241",
short: "bb4e33bf68bf",
time: time.Date(2019, 9, 30, 19, 9, 21, 0, time.UTC),
gomod: "module \"gopkg.in/yaml.v2\"\n\nrequire (\n\t\"gopkg.in/check.v1\" v0.0.0-20161208181325-20d25e280405\n)\n",
},
{
Expand Down

0 comments on commit e617141

Please sign in to comment.