Skip to content

Commit cf97f47

Browse files
authored
Merge pull request #5471 from tssurya/update-makefile-goversion
Update makefile go version
2 parents 377bf45 + f135548 commit cf97f47

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)