Skip to content

Commit 3879c6e

Browse files
authored
Merge pull request #63 from marcelfranca/issue/19333-main
Update golang toolchain to version 1.23.6
2 parents 62a1908 + af94d70 commit 3879c6e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the manager binary
2-
FROM golang:1.23.5-bookworm@sha256:3149bc5043fa58cf127fd8db1fdd4e533b6aed5a40d663d4f4ae43d20386665f AS builder
2+
FROM golang:1.23.6-bookworm@sha256:bce33f19c300f7c48dee1f571e7c1ae77bc113d44c0aed9ef90186a8dbb42169 AS builder
33
ARG TARGETOS
44
ARG TARGETARCH
55

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module go.etcd.io/etcd-operator
22

3-
toolchain go1.23.5
3+
toolchain go1.23.6
44

55
go 1.23.0
66

tools/mod/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module go.etcd.io/etcd-operator/tools/mod
22

3-
toolchain go1.23.5
3+
toolchain go1.23.6
44

55
go 1.23.0
66

0 commit comments

Comments
 (0)