浏览代码

Since Go is intent on a Go value being in go.mod

We're going to set it to 1.10 for now.
Bruce Marriner 5 年之前
父节点
当前提交
bd7cb04d47
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      go.mod

+ 1 - 1
go.mod

@@ -5,4 +5,4 @@ require (
 	golang.org/x/crypto v0.0.0-20181030102418-4d3f4d9ffa16
 )
 
-go 1.13
+go 1.10