From 7bda2e595732ca44e64a880f7a3762b3b9c3f01b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 13:11:10 +0000 Subject: [PATCH] chore(deps): update dependency docker/buildx to v0.36.1 --- .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 91e402d..e32078c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ env: # Common versions GO_VERSION: '1.25.12' GOLANGCI_VERSION: 'v2.4.0' - DOCKER_BUILDX_VERSION: 'v0.23.0' + DOCKER_BUILDX_VERSION: 'v0.36.1' # These environment variables are important to the Crossplane CLI install.sh # script. They determine what version it installs.