move project to go modules
- remove vendor - pin cockroach version in tests - remove golang.org/x/tools/cmd/cover (not maintained and moved to standart library)
This commit is contained in:
@@ -14,8 +14,6 @@ install:
|
||||
- cd %APPVEYOR_BUILD_FOLDER%
|
||||
- go env
|
||||
- go version
|
||||
- go get github.com/golang/dep/cmd/dep
|
||||
- dep ensure
|
||||
|
||||
build_script:
|
||||
- go build
|
||||
|
||||
Reference in New Issue
Block a user