From 963d251289fec0cd4a4e82989b621705c3a8c79d Mon Sep 17 00:00:00 2001 From: Daniel Lublin Date: Thu, 27 Jun 2019 13:06:41 +0200 Subject: [PATCH] Set the required go version for this module, aerc This is the way to declare which compiler version a module requires to build. I read up on https://golang.org/doc/go1.12#modules --- go.mod | 2 ++ 1 file changed, 2 insertions(+) diff --git a/go.mod b/go.mod index fd26ed6..1c3d156 100644 --- a/go.mod +++ b/go.mod @@ -1,5 +1,7 @@ module git.sr.ht/~sircmpwn/aerc +go 1.12 + require ( git.sr.ht/~sircmpwn/getopt v0.0.0-20190609193657-e7e23d1cd3a3 git.sr.ht/~sircmpwn/pty v0.0.0-20190330154901-3a43678975a9