dev-go/protoc-gen-go-grpc: set minimum Go version

Closes: https://bugs.gentoo.org/975541
Signed-off-by: Pavel Sobolev <contact@paveloom.dev>
This commit is contained in:
Pavel Sobolev
2026-05-22 17:16:11 +03:00
parent afe599137c
commit b2e1a1e9ff

View File

@@ -18,6 +18,8 @@ LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"
BDEPEND=">=dev-lang/go-1.25.0"
src_compile() {
ego build
}