Skip to content

Commit f8a108b

Browse files
committed
Update feature to v1.56.0
1 parent 4ea99ea commit f8a108b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/buf/devcontainer-feature.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
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
}

src/buf/install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ fi
3535
echo -e "Activating feature: 'buf'"
3636

3737
# buf
38-
BUF_VERSION="1.30.0"
38+
BUF_VERSION="1.56.0"
3939
echo -e "Installnig buf: $BUF_VERSION"
4040
curl -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
4646
PROTOC_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"
4949
GO_TOOLS="\
5050
golang.org/x/tools/cmd/goimports@latest \
5151
golang.org/x/vuln/cmd/govulncheck@latest \

0 commit comments

Comments
 (0)