diff --git a/.travis.yml b/.travis.yml index 08dc325..9c834bc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ sudo: false language: go go: - - 1.13.x + - 1.14.x # only last commit git: diff --git a/go.mod b/go.mod index e336452..00268d5 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/cseeger-epages/mail2most -go 1.13 +go 1.14 require ( github.com/BurntSushi/toml v0.3.1