Skip to content

Commit dd4d6cc

Browse files
committed
security: bump to go 1.24.2 to resolve CVE-2025-22871
Signed-off-by: Anish Ramasekar <[email protected]>
1 parent 0a2f6e8 commit dd4d6cc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
# Build the manager binary
16-
FROM golang:1.24@sha256:3f7444391c51a11a039bf0359ee81cc64e663c17d787ad0e637a4de1a3f62a71 AS builder
16+
FROM golang:1.24.2@sha256:1ecc479bc712a6bdb56df3e346e33edcc141f469f82840bab9f4bc2bc41bf91d AS builder
1717

1818
ARG TARGETOS
1919
ARG TARGETARCH

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module sigs.k8s.io/secrets-store-sync-controller
22

3-
go 1.24.0
3+
go 1.24.2
44

55
require (
66
github.com/google/go-cmp v0.6.0

hack/tools/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module sigs.k8s.io/secrets-store-sync-controller/hack/tools
22

3-
go 1.24.0
3+
go 1.24.2
44

55
require github.com/golangci/golangci-lint v1.64.8
66

0 commit comments

Comments
 (0)