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

Use go run for tool dependencies, require go 1.17 #18874

Merged
merged 2 commits into from
Mar 16, 2022

Commits on Mar 2, 2022

  1. Use go run for tool dependencies, require go 1.17

    This ensures the tools only run in the versions we've tested and it also
    does not polute PATH with those tools so they are truly isolated. This
    syntax of `go run` requires go 1.17, so the minimum version is set
    accordingly.
    
    Fixes: go-gitea#18867
    silverwind committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    55c5e05 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2022

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