aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2020-09-08 11:57:42 +0200
committerMichael Muré <batolettre@gmail.com>2020-09-29 20:42:21 +0200
commitbde93756321b7a5eb0ec013e059914528b7c2610 (patch)
tree0843500a2cae5e28c64ecb4946ffec6812e4c619
parente442ed36b37654108d45862ca3b31175dc860510 (diff)
downloadgit-bug-bde93756321b7a5eb0ec013e059914528b7c2610.tar.gz
bump minimal go version to 1.13
-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