forked from mystiq/dex
Use vendored dependencies for CI build
This commit is contained in:
parent
5d2529f0ad
commit
532c120ba7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -11,7 +11,7 @@ jobs:
|
|||
name: Build
|
||||
runs-on: ubuntu-16.04
|
||||
env:
|
||||
GOFLAGS: -mod=readonly
|
||||
GOFLAGS: -mod=vendor
|
||||
|
||||
services:
|
||||
postgres:
|
||||
|
|
Loading…
Reference in a new issue