Skip to content

Commit f135548

Browse files
committed
Update makefile go version
Signed-off-by: Surya Seetharaman <[email protected]>
1 parent 68bd339 commit f135548

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go-controller/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ PKGS ?=
1111
GOPATH ?= $(shell go env GOPATH)
1212
TEST_REPORT_DIR?=$(CURDIR)/_artifacts
1313
export TEST_REPORT_DIR
14-
GO_VERSION ?= 1.23
14+
GO_VERSION ?= 1.24
1515
GO_DOCKER_IMG = quay.io/lib/golang:${GO_VERSION}
1616
# CONTAINER_RUNNABLE determines if the tests can be run inside a container. It checks to see if
1717
# podman/docker is installed on the system.

0 commit comments

Comments
 (0)