소스 검색

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