Add makefile and update protoc version

Use makefile and installation script for protoc.
Update protoc version to match containerd.

Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
Derek McGowan
2022-03-02 17:20:29 -08:00
parent aa5c94700b
commit fe03193c28
6 changed files with 238 additions and 3 deletions

2
.gitignore vendored
View File

@@ -1,4 +1,5 @@
# Binaries for programs and plugins
/bin/
*.exe
*.dll
*.so
@@ -9,3 +10,4 @@
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
coverage.txt