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

Enable GO111MODULE=on globally in Makefile #10939

Merged
merged 3 commits into from
Apr 4, 2020

Commits on Apr 3, 2020

  1. Enable GO111MODULE=on globally in Makefile

    Now that our minimum required go version is 1.12 we can remove code that disables GO111MODULE globally and turn it on, so each command doesn't need it set specifically.
    
    Also fixes a small bug with make pr that didn't work because GO111MODULE=on wasn't set
    mrsdizzie committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    67ca739 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    91e5f33 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2020

  1. Configuration menu
    Copy the full SHA
    a0984f1 View commit details
    Browse the repository at this point in the history