aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/modfetch/coderepo_test.go
diff options
context:
space:
mode:
authorBryan C. Mills <bcmills@google.com>2018-12-10 17:06:40 -0500
committerBryan C. Mills <bcmills@google.com>2018-12-10 22:33:08 +0000
commitba69df63ebbf9101a35fb11a0df1e1912d285da4 (patch)
treec66c6f90353b69a8b5fed5035b9ba6bed4a8996a /src/cmd/go/internal/modfetch/coderepo_test.go
parent8c5976f8b33a4378ea18dd963317bcbd39fc309b (diff)
downloadgo-ba69df63ebbf9101a35fb11a0df1e1912d285da4.tar.gz
go-ba69df63ebbf9101a35fb11a0df1e1912d285da4.zip
cmd/go/internal/modfetch: update TestCodeRepo for gopkg.in/yaml.v2 v2.2.2
I think we ought to make these tests hermetic, but in the meantime we should at least make them pass. Fixes #27692 Updates #28856 Change-Id: Ia78fa60e998dea3c871f640ffa2ece67b054f866 Reviewed-on: https://go-review.googlesource.com/c/153460 Run-TryBot: Bryan C. Mills <bcmills@google.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Diffstat (limited to 'src/cmd/go/internal/modfetch/coderepo_test.go')
-rw-r--r--src/cmd/go/internal/modfetch/coderepo_test.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/cmd/go/internal/modfetch/coderepo_test.go b/src/cmd/go/internal/modfetch/coderepo_test.go
index e8bf8ed750..c93d8dbe44 100644
--- a/src/cmd/go/internal/modfetch/coderepo_test.go
+++ b/src/cmd/go/internal/modfetch/coderepo_test.go
@@ -284,10 +284,10 @@ var codeRepoTests = []struct {
{
path: "gopkg.in/yaml.v2",
rev: "v2",
- version: "v2.2.1",
- name: "5420a8b6744d3b0345ab293f6fcba19c978f1183",
- short: "5420a8b6744d",
- time: time.Date(2018, 3, 28, 19, 50, 20, 0, time.UTC),
+ version: "v2.2.2",
+ name: "51d6538a90f86fe93ac480b35f37b2be17fef232",
+ short: "51d6538a90f8",
+ time: time.Date(2018, 11, 15, 11, 05, 04, 0, time.UTC),
gomod: "module \"gopkg.in/yaml.v2\"\n\nrequire (\n\t\"gopkg.in/check.v1\" v0.0.0-20161208181325-20d25e280405\n)\n",
},
{