diff --git a/.travis.yml b/.travis.yml index 5afbd62..afa2baf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ os: linux dist: xenial language: go go: - - 1.11.x + - 1.15.x env: global: diff --git a/schema/.travis.yml b/schema/.travis.yml index 7a538d2..215a926 100644 --- a/schema/.travis.yml +++ b/schema/.travis.yml @@ -3,7 +3,7 @@ dist: trusty language: go go: - - 1.10.3 + - 1.15.x script: - ./build_and_test.sh \ No newline at end of file