Skip to content

Commit ebc56bd

Browse files
authored
Merge pull request #534 from Nordix/lentzi90/go-1.24
Use go 1.24.8 for building and testing
2 parents d1cc554 + 4e9ff5f commit ebc56bd

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.23.12
7+
GO_VERSION ?= 1.24.8
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)