Skip to content

Commit 6a9ae81

Browse files
author
Bryan C. Mills
committed
go.mod: add go version directive
(I mostly just wanted to make a trivial change to this repo to clear out the failure cells for misconfigured builders on the landing page of https://build.golang.org.) Updates golang/go#31567 Change-Id: I2d779a143c711e86fb2f34451d7398d3514623ae Reviewed-on: https://go-review.googlesource.com/c/website/+/192559 Run-TryBot: Bryan C. Mills <bcmills@google.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Alexander Rakoczy <alex@golang.org>
1 parent 86c0292 commit 6a9ae81

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: go.mod

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
module golang.org/x/website
22

3+
go 1.11
4+
35
require (
46
cloud.google.com/go v0.34.0
57
github.com/gomodule/redigo v2.0.0+incompatible

0 commit comments

Comments
 (0)