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

fix: installation of plugins for Go v1.18 and above #2174

Merged
merged 2 commits into from
Mar 18, 2022

Commits on Mar 17, 2022

  1. Run go install after go get to install plugins

    This fixes ignite#1163, but is not ideal... tooling binaries should be installed by running `go install [path]@[version]`, but protoc-gen-gocosmos uses a replace directive in the `go.mod` which is [incompatible with this method](golang/go#44840 (comment)). This fixes the problem for now, but adds plugin specific items to the go.mod of the scaffolded project, which shouldn't be there.
    dave committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    fd29958 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2022

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