diff --git a/.travis.yml b/.travis.yml index cb86428d099d3509416df57dd90c7256a220dda8..a64ed08356bbdaa40858098dcc467369142af28c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,11 @@ matrix: include: - - language: go - go: 1.12.x - language: go go: 1.13.x - language: go go: 1.14.x + - language: go + go: 1.15.x - language: node_js node_js: node before_install: @@ -41,5 +41,5 @@ deploy: file: dist/**/* on: repo: MichaelMure/git-bug - go: 1.13.x + go: 1.14.x tags: true diff --git a/go.mod b/go.mod index cb22412cc51cd952661c323ee0c78c84784ee7f8..0129cbd408074ce064efe0549fdbf3e77a3c6020 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/MichaelMure/git-bug -go 1.12 +go 1.13 require ( github.com/99designs/gqlgen v0.10.3-0.20200209012558-b7a58a1c0e4b