File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " Buf" ,
33 "id" : " buf" ,
4- "version" : " 1.30 .0" ,
4+ "version" : " 1.56 .0" ,
55 "description" : " Tools and plugins useful to compile and work with protocol buffers" ,
6- "installsAfter" : [" ghcr.io/devcontainers/features/go:1" ],
6+ "installsAfter" : [ " ghcr.io/devcontainers/features/go:1" ],
77 "customizations" : {
88 "vscode" : {
9- "extensions" : [" zxh404.vscode-proto3" ]
9+ "extensions" : [ " zxh404.vscode-proto3" ]
1010 }
1111 }
1212}
Original file line number Diff line number Diff line change 3535echo -e " Activating feature: 'buf'"
3636
3737# buf
38- BUF_VERSION=" 1.30 .0"
38+ BUF_VERSION=" 1.56 .0"
3939echo -e " Installnig buf: $BUF_VERSION "
4040curl -sSL \
4141 " https://github.com/bufbuild/buf/releases/download/v${BUF_VERSION} /buf-$( uname -s) -$( uname -m) .tar.gz" | sudo tar -xvzf - -C " /usr/local" --strip-components 1
@@ -45,7 +45,7 @@ echo -e "Installing protoc plugins"
4545# https://github.com/storj/drpc
4646PROTOC_GEN_DRPC=" 0.0.34"
4747# https://pkg.go.dev/entgo.io/contrib/entproto/cmd/protoc-gen-ent
48- PROTOC_GEN_ENT=" 0.4.5 "
48+ PROTOC_GEN_ENT=" 0.7.0 "
4949GO_TOOLS=" \
5050 golang.org/x/tools/cmd/goimports@latest \
5151 golang.org/x/vuln/cmd/govulncheck@latest \
You can’t perform that action at this time.
0 commit comments