diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 696e097..e206def 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,14 +14,14 @@ on: env: # Common versions - GO_VERSION: '1.25.9' + GO_VERSION: '1.25.10' GOLANGCI_VERSION: 'v2.11.3' DOCKER_BUILDX_VERSION: 'v0.23.0' # These environment variables are important to the Crossplane CLI install.sh # script. They determine what version it installs. - XP_CHANNEL: master # TODO(negz): Pin to stable once v1.14 is released. - XP_VERSION: current # TODO(negz): Pin to a version once v1.14 is released. + XP_CHANNEL: stable + XP_VERSION: '' # This CI job will automatically push new builds to xpkg.upbound.io if the # XPKG_ACCESS_ID and XPKG_TOKEN secrets are set in the GitHub respository (or diff --git a/go.mod b/go.mod index c47828f..9008e89 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/crossplane/function-auto-ready -go 1.25.9 +go 1.25.10 require ( github.com/alecthomas/kong v1.12.0