Преглед изворни кода

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