Skip to content

Commit d254a31

Browse files
authored
ACM-24350: Upgrade go to 1.24.6 for CVE-2025-47907 (#801)
Go 1.24.6 mitigates the postgres scan race condition.
1 parent 7efd291 commit d254a31

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/openshift/cluster-api-provider-agent
22

3-
go 1.24.0
4-
5-
toolchain go1.24.2
3+
go 1.24.6
64

75
// Versions to be held for v1beta1
86
// sigs.k8s.io/controller-runtime on v0.11.x

0 commit comments

Comments
 (0)