executor: go-machine
steps:
- setup-go
- checkout
- attach_workspace:
at: .
- run:
name: Run go mod vendor
command: |
GO111MODULE=on go mod vendor
git diff --exit-code