Remove -mod=readonly from fmt and vet
This commit is contained in:
+2
-2
@@ -34,8 +34,8 @@ test:
|
||||
- deps
|
||||
image: golang:1.12
|
||||
script:
|
||||
- go fmt -mod=readonly $(go list ./...)
|
||||
- go vet -mod=readonly $(go list ./...)
|
||||
- go fmt $(go list ./...)
|
||||
- go vet $(go list ./...)
|
||||
- CGO_ENABLED=1 go test -mod=readonly -race $(go list ./...) -coverprofile .testCoverage.txt
|
||||
|
||||
build:
|
||||
|
||||
Reference in New Issue
Block a user