Skip to content

Commit

Permalink
Merge pull request #14 from mondragonfx/update-build
Browse files Browse the repository at this point in the history
Update crossplane build
  • Loading branch information
mondragonfx authored Oct 10, 2024
2 parents fb6e28f + a167f74 commit 4fbc28d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "build"]
path = build
url = https://github.com/upbound/build
url = https://github.com/crossplane/build
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,11 @@ GO_SUBDIRS += cmd internal apis
# ====================================================================================
# Setup Kubernetes tools

KIND_VERSION = v0.15.0
UP_VERSION = v0.18.0
KIND_VERSION = v0.23.0
UP_VERSION = v0.28.0
UP_CHANNEL = stable
UPTEST_VERSION = v0.5.0
CROSSPLANE_VERSION = 1.16.0
-include build/makelib/k8s_tools.mk

# ====================================================================================
Expand Down

0 comments on commit 4fbc28d

Please sign in to comment.