Skip to content

Commit

Permalink
added mod flag to pick dependency from vendor (#465)
Browse files Browse the repository at this point in the history
  • Loading branch information
neel-astro committed Dec 16, 2021
1 parent 9c0ab7e commit e9a61aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ build:
- amd64
goarm:
- 7
flags:
- -mod=vendor
ldflags: -s -w -X github.com/astronomer/astro-cli/version.CurrVersion={{ .Version }} -X github.com/astronomer/astro-cli/version.CurrCommit={{ .Commit }}
tags:
- containers_image_openpgp
Expand Down

0 comments on commit e9a61aa

Please sign in to comment.