Browse Source

Revert using vendored dependencies

pull/1596/head
Mark Sagi-Kazar 6 years ago
parent
commit
3c7593f87b
No known key found for this signature in database
GPG Key ID: 34CC109EB5ED1C2A
  1. 2
      .github/workflows/ci.yml

2
.github/workflows/ci.yml

@ -11,7 +11,7 @@ jobs:
name: Build
runs-on: ubuntu-16.04
env:
GOFLAGS: -mod=vendor
GOFLAGS: -mod=readonly
services:
postgres:

Loading…
Cancel
Save