also make sure packer builds with go modules

pull/7490/head
Adrien Delorme 7 years ago
parent a81d5de034
commit bba0f9f820

@ -16,6 +16,7 @@ jobs:
working_directory: /go/src/github.com/hashicorp/packer
steps:
- checkout
- run: GO111MODULE=on go run . --help
- run: make check-vendor-vs-mod
workflows:
version: 2

Loading…
Cancel
Save