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 932b914 commit 1a68508Copy full SHA for 1a68508
pkg/docker/Makefile
@@ -19,7 +19,7 @@ INSTALL_minimal ?= version
19
RUN_minimal ?= /bin/true
20
MODULE_PREBUILD_minimal ?= /bin/true
21
22
-VERSIONS_go ?= 1.21 1.22
+VERSIONS_go ?= 1.22 1.23
23
VARIANT_go ?= $(VARIANT)
24
$(foreach goversion, $(VERSIONS_go), $(eval CONTAINER_go$(goversion) = golang:$(goversion)-$(VARIANT_go)))
25
CONFIGURE_go ?= go --go-path=$$GOPATH
0 commit comments