bump minimal go version to 1.13

This commit is contained in:
Michael Muré 2020-09-08 11:57:42 +02:00
parent e442ed36b3
commit bde9375632
2 changed files with 4 additions and 4 deletions

View File

@ -1,11 +1,11 @@
matrix: matrix:
include: include:
- language: go
go: 1.12.x
- language: go - language: go
go: 1.13.x go: 1.13.x
- language: go - language: go
go: 1.14.x go: 1.14.x
- language: go
go: 1.15.x
- language: node_js - language: node_js
node_js: node node_js: node
before_install: before_install:
@ -41,5 +41,5 @@ deploy:
file: dist/**/* file: dist/**/*
on: on:
repo: MichaelMure/git-bug repo: MichaelMure/git-bug
go: 1.13.x go: 1.14.x
tags: true tags: true

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/MichaelMure/git-bug module github.com/MichaelMure/git-bug
go 1.12 go 1.13
require ( require (
github.com/99designs/gqlgen v0.10.3-0.20200209012558-b7a58a1c0e4b github.com/99designs/gqlgen v0.10.3-0.20200209012558-b7a58a1c0e4b