mirror of
https://github.com/MichaelMure/git-bug.git
synced 2024-12-14 17:51:44 +03:00
bump minimal go version to 1.13
This commit is contained in:
parent
e442ed36b3
commit
bde9375632
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user