Skip to content

Commit fdf0944

Browse files
committed
Upgrade to go 1.22.2
Requires an upgrade to: - controller-tools - crd-ref-docs Also upgrades yq
1 parent 45ebf91 commit fdf0944

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.go-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.21.9
1+
1.22.2

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ ENVTEST ?= $(LOCALBIN)/setup-envtest
485485

486486
## Tool Versions
487487
KUSTOMIZE_VERSION ?= v4.5.7
488-
CONTROLLER_TOOLS_VERSION ?= v0.13.0
488+
CONTROLLER_TOOLS_VERSION ?= v0.14.0
489489

490490
KUSTOMIZE_INSTALL_SCRIPT ?= "./hack/install_kustomize.sh"
491491
.PHONY: kustomize
@@ -604,7 +604,7 @@ crd-ref-docs: ## Install crd-ref-docs locally if necessary.
604604
ifeq (,$(wildcard $(CRD_REF_DOCS)))
605605
ifeq (,$(shell which $(notdir $(CRD_REF_DOCS)) 2>/dev/null))
606606
@{ \
607-
GOBIN=${LOCALBIN} go install github.com/elastic/[email protected].9 ;\
607+
GOBIN=${LOCALBIN} go install github.com/elastic/[email protected].12 ;\
608608
}
609609
else
610610
CRD_REF_DOCS = $(shell which crd-ref-docs)

hack/install_yq.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
set -e -o pipefail
1111

12-
YQ_VERSION="${YQ_VERSION-v4.40.4}"
12+
YQ_VERSION="${YQ_VERSION-v4.43.1}"
1313

1414
pushd "$(git rev-parse --show-toplevel || echo .)" > /dev/null
1515
dest_filename="yq-${YQ_VERSION}"

0 commit comments

Comments
 (0)