Skip to content

Commit

Permalink
Merge pull request #42 from ajaysundark/bump-etcdoperator-golang-tool…
Browse files Browse the repository at this point in the history
…chain-1.23.5

Update golang toolchain to 1.23.5
  • Loading branch information
hakman authored Jan 18, 2025
2 parents 6662396 + 62a2a33 commit 80e4d4c
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.4-bookworm@sha256:6f085f2a025fcd189fefd7dc51c98ad34fa40c749f73b5522aa53b27278e4ec1 AS builder
FROM golang:1.23.5-bookworm@sha256:3149bc5043fa58cf127fd8db1fdd4e533b6aed5a40d663d4f4ae43d20386665f 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.4
toolchain go1.23.5

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.4
toolchain go1.23.5

go 1.23.0

Expand Down

0 comments on commit 80e4d4c

Please sign in to comment.