mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-09 08:42:33 -04:00
also make sure packer builds with go modules
This commit is contained in:
parent
a81d5de034
commit
bba0f9f820
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Reference in a new issue