diff options
author | Simon Ser <contact@emersion.fr> | 2020-03-20 14:44:27 +0000 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2020-03-20 10:44:50 -0400 |
commit | 294fead7abae9de9c0bc6afde30b1d29d98a10e6 (patch) | |
tree | d97230534c14d7761f799fc9d0413cd1c2e76e22 | |
parent | 696f4ff084c2c7599f36f7e2d6fbdc6c242c9de8 (diff) | |
download | aerc-294fead7abae9de9c0bc6afde30b1d29d98a10e6.tar.gz |
Requires Go 1.13
We use errors.Is, which has been introduced in Go 1.13.
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ module git.sr.ht/~sircmpwn/aerc -go 1.12 +go 1.13 require ( git.sr.ht/~sircmpwn/getopt v0.0.0-20190808004552-daaf1274538b |