File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
pkg/plugins/golang/v3/scaffolds/internal/templates
project-v3-with-kustomize-v2 Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ const makefileTemplate = `
61
61
# Image URL to use all building/pushing image targets
62
62
IMG ?= {{ .Image }}
63
63
# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
64
- ENVTEST_K8S_VERSION = 1.23
64
+ ENVTEST_K8S_VERSION = 1.24.1
65
65
66
66
# Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)
67
67
ifeq (,$(shell go env GOBIN))
Original file line number Diff line number Diff line change 2
2
# Image URL to use all building/pushing image targets
3
3
IMG ?= controller:latest
4
4
# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
5
- ENVTEST_K8S_VERSION = 1.23
5
+ ENVTEST_K8S_VERSION = 1.24.1
6
6
7
7
# Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)
8
8
ifeq (,$(shell go env GOBIN) )
Original file line number Diff line number Diff line change 2
2
# Image URL to use all building/pushing image targets
3
3
IMG ?= controller:latest
4
4
# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
5
- ENVTEST_K8S_VERSION = 1.23
5
+ ENVTEST_K8S_VERSION = 1.24.1
6
6
7
7
# Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)
8
8
ifeq (,$(shell go env GOBIN) )
Original file line number Diff line number Diff line change 2
2
# Image URL to use all building/pushing image targets
3
3
IMG ?= controller:latest
4
4
# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
5
- ENVTEST_K8S_VERSION = 1.23
5
+ ENVTEST_K8S_VERSION = 1.24.1
6
6
7
7
# Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)
8
8
ifeq (,$(shell go env GOBIN) )
Original file line number Diff line number Diff line change 2
2
# Image URL to use all building/pushing image targets
3
3
IMG ?= controller:latest
4
4
# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
5
- ENVTEST_K8S_VERSION = 1.21
5
+ ENVTEST_K8S_VERSION = 1.24.1
6
6
7
7
# Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)
8
8
ifeq (,$(shell go env GOBIN) )
Original file line number Diff line number Diff line change 2
2
# Image URL to use all building/pushing image targets
3
3
IMG ?= controller:latest
4
4
# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
5
- ENVTEST_K8S_VERSION = 1.23
5
+ ENVTEST_K8S_VERSION = 1.24.1
6
6
7
7
# Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)
8
8
ifeq (,$(shell go env GOBIN) )
Original file line number Diff line number Diff line change 2
2
# Image URL to use all building/pushing image targets
3
3
IMG ?= controller:latest
4
4
# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
5
- ENVTEST_K8S_VERSION = 1.23
5
+ ENVTEST_K8S_VERSION = 1.24.1
6
6
7
7
# Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)
8
8
ifeq (,$(shell go env GOBIN) )
You can’t perform that action at this time.
0 commit comments