Skip to content

Commit 588d1aa

Browse files
committed
Buf v1.59.0
1 parent a778878 commit 588d1aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/buf/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Buf",
33
"id": "buf",
4-
"version": "1.58.0",
4+
"version": "1.59.0",
55
"description": "Tools and plugins useful to compile and work with protocol buffers",
66
"installsAfter": [ "ghcr.io/devcontainers/features/go:1" ],
77
"customizations": {

src/buf/install.sh

Lines changed: 1 addition & 1 deletion
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.58.0"
38+
BUF_VERSION="1.59.0"
3939
echo -e "Installing 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

0 commit comments

Comments
 (0)