Skip to content

Commit

Permalink
Merge pull request #631 from kl52752/update-go
Browse files Browse the repository at this point in the history
Update go version to 1.22
  • Loading branch information
k8s-ci-robot committed May 13, 2024
2 parents d308812 + 6a92f4b commit fd33e86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ REGISTRY ?= gcr.io/k8s-staging-dns
# Default architecture to build for.
ARCH ?= amd64
# Image to use for building.
BUILD_IMAGE ?= golang:1.21-bookworm
BUILD_IMAGE ?= golang:1.22.3-bookworm
# Containers will be named: $(CONTAINER_PREFIX)-$(BINARY)-$(ARCH):$(VERSION)
CONTAINER_PREFIX ?= k8s-dns
# Caching for go builds, disabled for CI
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module k8s.io/dns

go 1.20
go 1.22

require (
github.com/coredns/caddy v1.1.1
Expand Down

0 comments on commit fd33e86

Please sign in to comment.