Bump golang to v1.14 (#135)

* Bump golang to v1.14

* go mod vendor

Co-authored-by: Casey Lee <cplee@nektos.com>
This commit is contained in:
chenrui
2020-03-06 17:21:24 -05:00
committed by GitHub
parent 15fb58bf43
commit c588c07ce7
3 changed files with 70 additions and 4 deletions

4
go.mod
View File

@@ -1,5 +1,7 @@
module github.com/nektos/act
go 1.14
require (
github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 // indirect
github.com/MichaelTJones/walk v0.0.0-20161122175330-4748e29d5718 // indirect
@@ -56,5 +58,3 @@ require (
replace github.com/docker/docker => github.com/docker/engine v0.0.0-20181106193140-f5749085e9cb
replace golang.org/x/sys => golang.org/x/sys v0.0.0-20190813064441-fde4db37ae7a
go 1.13