We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a778878 commit 588d1aaCopy full SHA for 588d1aa
src/buf/devcontainer-feature.json
@@ -1,7 +1,7 @@
1
{
2
"name": "Buf",
3
"id": "buf",
4
- "version": "1.58.0",
+ "version": "1.59.0",
5
"description": "Tools and plugins useful to compile and work with protocol buffers",
6
"installsAfter": [ "ghcr.io/devcontainers/features/go:1" ],
7
"customizations": {
src/buf/install.sh
@@ -35,7 +35,7 @@ fi
35
echo -e "Activating feature: 'buf'"
36
37
# buf
38
-BUF_VERSION="1.58.0"
+BUF_VERSION="1.59.0"
39
echo -e "Installing buf: $BUF_VERSION"
40
curl -sSL \
41
"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
0 commit comments