We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99f6653 commit 15c2c54Copy full SHA for 15c2c54
1 file changed
.github/workflows/ci.yml
@@ -21,7 +21,7 @@ env:
21
# These environment variables are important to the Crossplane CLI install.sh
22
# script. They determine what version it installs.
23
XP_CHANNEL: stable
24
- XP_VERSION: v2.2.0
+ XP_VERSION: v2.3.0
25
26
# The package to push, without a version tag. The default matches GitHub. For
27
# example xpkg.crossplane.io/crossplane/function-template-go. Note that
@@ -89,7 +89,6 @@ jobs:
89
uses: docker/setup-buildx-action@v4
90
with:
91
version: ${{ env.DOCKER_BUILDX_VERSION }}
92
- install: true
93
94
- name: Checkout
95
uses: actions/checkout@v7
0 commit comments