Adds Github Actions workflow for Building and Testing (#127)

* Added Github Actions workflow for Reviewing, Building and Testing

* Added codecov workflow

* Fix version of Go used for codecov workflow

* Fixed coverage options
This commit is contained in:
James Mills
2020-01-26 00:21:34 +10:00
committed by GitHub
parent e4e52e907b
commit cae49b3319
6 changed files with 80 additions and 15 deletions

1
go.mod
View File

@@ -5,7 +5,6 @@ go 1.13
require (
github.com/gofrs/flock v0.7.1
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/magiconair/properties v1.8.1 // indirect
github.com/pelletier/go-toml v1.4.0 // indirect
github.com/pkg/errors v0.9.1
github.com/plar/go-adaptive-radix-tree v1.0.1