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

Disable go module when downloading global binaries #12030

Merged
merged 2 commits into from
Jun 26, 2020

Commits on Jun 23, 2020

  1. Disable go module when downloading global binaries

    Prevent `go get` from touching `go.mod` and `go.sum` when executing
    global binaries during the build process. Once
    golang/go#30515 is fixed, we should is
    whatever solution is provided there.
    
    Fixes: go-gitea#12010
    silverwind committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    659f130 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2020

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