Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Re-install git in development container and suppress download from golangci-lint #4113

Merged
merged 1 commit into from
Jul 25, 2019

Commits on Jul 25, 2019

  1. Re-install git in development container and suppress download from `g…

    …olangci-lint`
    
    husky-3.0 requires git>=2.13.2, but golang:1.12 container image
    based on devian 9 (stretch) does not satisfy the requirement.
    So re-install specified version of git from source code.
    
    Also, added setting `modules-download-mode: readonly` in `.golangci.yml`
    to suppress download in running `golangci-lint`.
    shu-mutou committed Jul 25, 2019
    Configuration menu
    Copy the full SHA
    5adc97f View commit details
    Browse the repository at this point in the history