浏览代码

Update go.mod with expected Go compiler version

Pin the expected compiler version. This shouldn’t break backwards compatibility.
Jens Rantil 5 年之前
父节点
当前提交
de844847de
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      go.mod

+ 2 - 0
go.mod

@@ -1 +1,3 @@
 module github.com/jordan-wright/email
+
+go 1.13