Run golint during drone builds

This commit is contained in:
Erin Call
2019-12-09 15:27:56 -08:00
parent dad866582a
commit 446c6f1761
3 changed files with 7 additions and 3 deletions

2
go.mod
View File

@@ -7,5 +7,5 @@ require (
github.com/kelseyhightower/envconfig v1.4.0
github.com/stretchr/testify v1.4.0
golang.org/x/lint v0.0.0-20191125180803-fdd1cda4f05f // indirect
golang.org/x/tools v0.0.0-20191206204035-259af5ff87bd // indirect
golang.org/x/tools v0.0.0-20191209225234-22774f7dae43 // indirect
)