]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/go/internal/modfetch: update TestCodeRepo for gopkg.in/yaml.v2 again
authorTobias Klauser <tklauser@distanz.ch>
Thu, 3 Oct 2019 08:06:08 +0000 (10:06 +0200)
committerTobias Klauser <tobias.klauser@gmail.com>
Thu, 3 Oct 2019 12:52:41 +0000 (12:52 +0000)
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 <tobias.klauser@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
src/cmd/go/internal/modfetch/coderepo_test.go

index 4977814c5fe35b1c0a7346866c95760fd3d48e18..663324b3dde60ffe1be91469fe111714f2baceb7 100644 (file)
@@ -338,10 +338,10 @@ var codeRepoTests = []codeRepoTest{
                vcs:     "git",
                path:    "gopkg.in/yaml.v2",
                rev:     "v2",
-               version: "v2.2.3",
-               name:    "bb4e33bf68bf89cad44d386192cbed201f35b241",
-               short:   "bb4e33bf68bf",
-               time:    time.Date(2019, 9, 30, 19, 9, 21, 0, time.UTC),
+               version: "v2.2.5-0.20191002202810-970885f01c8b",
+               name:    "970885f01c8bc1fecb7ab1c8ce8e7609bda45530",
+               short:   "970885f01c8b",
+               time:    time.Date(2019, 10, 2, 20, 28, 10, 0, time.UTC),
                gomod:   "module \"gopkg.in/yaml.v2\"\n\nrequire (\n\t\"gopkg.in/check.v1\" v0.0.0-20161208181325-20d25e280405\n)\n",
        },
        {