From 8a6a80e96b1e7548272d8d1bfc42c8af843839fe Mon Sep 17 00:00:00 2001 From: Yury Tsarev Date: Tue, 13 Jan 2026 19:32:04 +0100 Subject: [PATCH] Bump buildx in pipeline to the recent version Signed-off-by: Yury Tsarev --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fd6553e..ed207b1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ env: # Common versions GO_VERSION: '1.25.5' GOLANGCI_VERSION: 'v2.8.0' - DOCKER_BUILDX_VERSION: 'v0.23.0' + DOCKER_BUILDX_VERSION: 'v0.30.1' # These environment variables are important to the Crossplane CLI install.sh # script. They determine what version it installs.