Skip to content

Commit

Permalink
chore(deps): update dependency kubernetes/kubernetes to v1.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 11, 2025
1 parent 03a6842 commit 04dc2db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ OPERATOR_SDK_VERSION ?= v1.39.0 # github-releases:operator-framework/operator-sd
# Image URL to use all building/pushing image targets
IMG ?= drpsychick/mailu-operator:$(VERSION)
# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
ENVTEST_K8S_VERSION = 1.31.0 # github-releases:kubernetes/kubernetes
ENVTEST_K8S_VERSION = 1.32.0 # github-releases:kubernetes/kubernetes

# Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)
ifeq (,$(shell go env GOBIN))
Expand Down

0 comments on commit 04dc2db

Please sign in to comment.