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.
2 parents d308812 + 6a92f4b commit fd33e86Copy full SHA for fd33e86
Makefile
@@ -40,7 +40,7 @@ REGISTRY ?= gcr.io/k8s-staging-dns
40
# Default architecture to build for.
41
ARCH ?= amd64
42
# Image to use for building.
43
-BUILD_IMAGE ?= golang:1.21-bookworm
+BUILD_IMAGE ?= golang:1.22.3-bookworm
44
# Containers will be named: $(CONTAINER_PREFIX)-$(BINARY)-$(ARCH):$(VERSION)
45
CONTAINER_PREFIX ?= k8s-dns
46
# Caching for go builds, disabled for CI
go.mod
@@ -1,6 +1,6 @@
1
module k8s.io/dns
2
3
-go 1.20
+go 1.22
4
5
require (
6
github.com/coredns/caddy v1.1.1
0 commit comments