diff --git a/.travis.yml b/.travis.yml index 20c9b51..4a7b350 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: go go: - - 1.13.x + - 1.14.x os: - linux diff --git a/go.mod b/go.mod index 818a7a9..98b6b6f 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/cheat/cheat -go 1.13 +go 1.14 require ( github.com/alecthomas/chroma v0.7.1