bump minimal go version to 1.13

Michael Muré created

Change summary

.travis.yml | 6 +++---
go.mod      | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)

Detailed changes

.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

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