Forráskód Böngészése

Update go.mod with expected Go compiler version

Pin the expected compiler version. This shouldn’t break backwards compatibility.
Jens Rantil 5 éve
szülő
commit
de844847de
1 módosított fájl, 2 hozzáadás és 0 törlés
  1. 2 0
      go.mod

+ 2 - 0
go.mod

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