attempt to fix pipeline

This commit is contained in:
Mike Farah 2020-11-25 11:17:28 +11:00
parent ec43f5e7c3
commit 5972bb2f23
2 changed files with 1 additions and 3 deletions

View File

@ -28,7 +28,4 @@ jobs:
run: |
export PATH=${PATH}:`go env GOPATH`/bin
scripts/devtools.sh
- name: Build
run: |
export PATH=${PATH}:`go env GOPATH`/bin
make local build

View File

@ -2,3 +2,4 @@
find . \( -path ./vendor \) -prune -o -name "*.go" -exec goimports -w {} \;
go mod tidy
go mod vendor