Skip to content

Commit c367671

Browse files
committed
Bump go to 1.25.7
1.24 is no longer supported.
1 parent 5a940ed commit c367671

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ BUNDLE_IMG ?= bundle:latest
44
# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
55
ENVTEST_K8S_VERSION = 1.29.0
66
TRIVY_VERSION = 0.49.1
7-
GO_VERSION ?= 1.24.12
7+
GO_VERSION ?= 1.25.7
88

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

0 commit comments

Comments
 (0)