From 743f35f0f4504bbe0673c96239b5a4e3489e1a13 Mon Sep 17 00:00:00 2001 From: Jan Kowalleck Date: Sun, 19 Oct 2025 12:40:39 +0200 Subject: [PATCH] ci: test use bufbuild/buf:1.58.0 Signed-off-by: Jan Kowalleck --- tools/src/test/proto/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/src/test/proto/test.sh b/tools/src/test/proto/test.sh index b1554770..b6f41f64 100755 --- a/tools/src/test/proto/test.sh +++ b/tools/src/test/proto/test.sh @@ -10,7 +10,7 @@ TEST_RES_DIR='tools/src/test/resources' REMOTE="https://github.com/${GITHUB_REPOSITORY:-CycloneDX/specification}.git" -BUF_IMAGE_VERSION='1.50.0' +BUF_IMAGE_VERSION='1.58.0' BUF_IMAGE="bufbuild/buf:$BUF_IMAGE_VERSION" LOG_FORMAT='text' # set to 'json' to see details