Requires Go 1.13

We use errors.Is, which has been introduced in Go 1.13.
This commit is contained in:
Simon Ser 2020-03-20 14:44:27 +00:00 committed by Drew DeVault
parent 696f4ff084
commit 294fead7ab
1 changed files with 1 additions and 1 deletions

2
go.mod
View File

@ -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