knqyf263 / go-plugin

Go Plugin System over WebAssembly
MIT License
573 stars 27 forks source link

Able to specify protoc-gen-go-plugin version on local build #42

Closed dmvolod closed 1 year ago

dmvolod commented 1 year ago

Issue #, if available:

Description of changes: This small fix allows to specify the protoc-gen-go-plugin version on local build with VERSION variable, i.e.

VERSION=v0.7.0-dev make build

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.