mirror of
https://github.com/cheat/cheat.git
synced 2025-04-14 05:26:07 +02:00
Bump golang to v1.14
This commit is contained in:
parent
7be57cb01c
commit
be56c9cf0c
@ -1,7 +1,7 @@
|
|||||||
language: go
|
language: go
|
||||||
|
|
||||||
go:
|
go:
|
||||||
- 1.13.x
|
- 1.14.x
|
||||||
|
|
||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
|
2
go.mod
2
go.mod
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user