aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml6
-rw-r--r--go.mod2
2 files changed, 4 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index cb86428d..a64ed083 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 cb22412c..0129cbd4 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