Skip to content

Commit 1a68508

Browse files
committed
Docker: bump Go versions
1 parent 932b914 commit 1a68508

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/docker/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ INSTALL_minimal ?= version
1919
RUN_minimal ?= /bin/true
2020
MODULE_PREBUILD_minimal ?= /bin/true
2121

22-
VERSIONS_go ?= 1.21 1.22
22+
VERSIONS_go ?= 1.22 1.23
2323
VARIANT_go ?= $(VARIANT)
2424
$(foreach goversion, $(VERSIONS_go), $(eval CONTAINER_go$(goversion) = golang:$(goversion)-$(VARIANT_go)))
2525
CONFIGURE_go ?= go --go-path=$$GOPATH

0 commit comments

Comments
 (0)