diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 508cbdb..ac257c9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ env: # Common versions GO_VERSION: '1.23.3' GOLANGCI_VERSION: 'v1.62.2' - DOCKER_BUILDX_VERSION: 'v0.11.2' + DOCKER_BUILDX_VERSION: 'v0.23.0' # These environment variables are important to the Crossplane CLI install.sh # script. They determine what version it installs. diff --git a/package/crossplane.yaml b/package/crossplane.yaml index db8b347..8b4e88f 100644 --- a/package/crossplane.yaml +++ b/package/crossplane.yaml @@ -20,4 +20,4 @@ metadata: spec.environment.environmentConfigs. spec: crossplane: - version: ">=v1.15.0-0" + version: ">=v1.18.0-0"