Merge pull request #31 from github/stop-vendor

Stop requiring vendored dependencies in CI
This commit is contained in:
Mislav Marohnić 2019-10-28 15:05:01 +01:00 committed by GitHub
commit e7159254b4

View file

@ -20,8 +20,6 @@ jobs:
run: go mod verify
- name: Build
env:
GOFLAGS: -mod=vendor
run: |
go test ./...
go build -v .