Skip to content

Commit

Permalink
Update goland toolchain to version 1.23.6
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Franca <[email protected]>
  • Loading branch information
marcelfranca committed Feb 5, 2025
1 parent 62a1908 commit af94d70
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the manager binary
FROM golang:1.23.5-bookworm@sha256:3149bc5043fa58cf127fd8db1fdd4e533b6aed5a40d663d4f4ae43d20386665f AS builder
FROM golang:1.23.6-bookworm@sha256:bce33f19c300f7c48dee1f571e7c1ae77bc113d44c0aed9ef90186a8dbb42169 AS builder
ARG TARGETOS
ARG TARGETARCH

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 go.etcd.io/etcd-operator

toolchain go1.23.5
toolchain go1.23.6

go 1.23.0

Expand Down
2 changes: 1 addition & 1 deletion tools/mod/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module go.etcd.io/etcd-operator/tools/mod

toolchain go1.23.5
toolchain go1.23.6

go 1.23.0

Expand Down

0 comments on commit af94d70

Please sign in to comment.