Bump golang to v1.14

This commit is contained in:
Rui Chen 2020-03-03 18:26:32 -05:00
parent 7be57cb01c
commit be56c9cf0c
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
language: go language: go
go: go:
- 1.13.x - 1.14.x
os: os:
- linux - linux

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/cheat/cheat module github.com/cheat/cheat
go 1.13 go 1.14
require ( require (
github.com/alecthomas/chroma v0.7.1 github.com/alecthomas/chroma v0.7.1