Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ignore the .git directory when determining docker context
Otherwise, the simple act of copying the (possibly unchanged) code will always force a cache invalidation in docker. That in turn will mean that go get -t ./... runs every single build (which takes ~30 seconds).
- Loading branch information