We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68bd339 commit f135548Copy full SHA for f135548
go-controller/Makefile
@@ -11,7 +11,7 @@ PKGS ?=
11
GOPATH ?= $(shell go env GOPATH)
12
TEST_REPORT_DIR?=$(CURDIR)/_artifacts
13
export TEST_REPORT_DIR
14
-GO_VERSION ?= 1.23
+GO_VERSION ?= 1.24
15
GO_DOCKER_IMG = quay.io/lib/golang:${GO_VERSION}
16
# CONTAINER_RUNNABLE determines if the tests can be run inside a container. It checks to see if
17
# podman/docker is installed on the system.
0 commit comments