makefile: change buf to use tools.go ; backport v0.34 (#8852)

* makefile: update buf commands to use tools.go (#8609)

This will keep the version of `buf` consistent between all developer machines.
This commit is contained in:
Jasmina Malicevic
2022-06-23 16:47:44 +02:00
committed by GitHub
parent fe024521ef
commit a3cc3d98b9
9 changed files with 1046 additions and 8 deletions
+1
View File
@@ -44,6 +44,7 @@ require (
)
require (
github.com/bufbuild/buf v1.6.0 // indirect
github.com/prometheus/common v0.34.0 // indirect
github.com/syndtr/goleveldb v1.0.1-0.20200815110645-5c35d600f0ca
)