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
go:
- 1.13.x
- 1.14.x
os:
- linux

2
go.mod
View File

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