From 4cf9b794c9ed3c3c386816c5b60c97c04c3a375a Mon Sep 17 00:00:00 2001 From: Meghan Denny Date: Fri, 28 Nov 2025 15:01:20 -0800 Subject: [PATCH] ci: update buildkite agent to v3.114.0 (#25127) [publish images] --- scripts/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh index 912e213760..23aa93169f 100755 --- a/scripts/bootstrap.sh +++ b/scripts/bootstrap.sh @@ -1565,7 +1565,7 @@ install_buildkite() { return fi - buildkite_version="3.87.0" + buildkite_version="3.114.0" case "$arch" in aarch64) buildkite_arch="arm64"