Skip to content

Commit a059461

Browse files
authored
Merge pull request #97 from MrFreezeex/go-123-fix
Update go to 1.23 and coredns to 1.11.4
2 parents fede319 + f94f943 commit a059461

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the manager binary
2-
FROM golang:1.22 as builder
2+
FROM golang:1.23 as builder
33

44
WORKDIR /workspace
55
# Copy the Go Modules manifests

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module sigs.k8s.io/mcs-api
22

3-
go 1.22.0
4-
5-
toolchain go1.22.3
3+
go 1.23.0
64

75
require (
86
github.com/go-logr/logr v1.4.1

scripts/up.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ if [ ! -z "${BUILD_CONTROLLER}" ] || [ -z "$(docker images mcs-api-controller -q
3939
popd
4040
fi
4141

42-
coredns_version="1.11.1"
42+
coredns_version="1.11.4"
4343
coredns_image="multicluster/coredns:latest"
4444
coredns_path="/tmp/coredns-${coredns_version}"
4545
if [ ! -d "${coredns_path}" ]; then

tools/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/kubernetes-sigs/mcs-api/tools
22

3-
go 1.22.4
3+
go 1.23.0
44

55
require (
66
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616

0 commit comments

Comments
 (0)