diff --git a/.travis.yml b/.travis.yml index 2e4b31d..4954820 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: go go: - - "1.13" + - "1.14" - master matrix: diff --git a/go.mod b/go.mod index b13747f..3c4e071 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/voyagegroup/popuko -go 1.13 +go 1.14 require ( github.com/BurntSushi/toml v0.3.1-0.20170626110600-a368813c5e64