Skip to content

Commit adc346b

Browse files
authored
[CWS] prepare upgrade of go 1.23 (#31137)
1 parent 2786875 commit adc346b

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

go.mod

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1083,3 +1083,6 @@ replace github.com/google/gopacket v1.1.19 => github.com/DataDog/gopacket v0.0.0
10831083

10841084
// Remove once https://github.com/kubernetes/kube-state-metrics/pull/2553 is merged
10851085
replace k8s.io/kube-state-metrics/v2 v2.13.1-0.20241025121156-110f03d7331f => github.com/L3n41c/kube-state-metrics/v2 v2.13.1-0.20241108192007-8859a4289d92
1086+
1087+
// Remove once https://github.com/Iceber/iouring-go/pull/31 or equivalent is merged
1088+
replace github.com/iceber/iouring-go => github.com/paulcacheux/iouring-go v0.0.0-20241115154236-2c7785c40a0f

go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tasks/security_agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -752,7 +752,7 @@ def go_generate_check(ctx):
752752
tasks = [
753753
[cws_go_generate],
754754
[generate_cws_documentation],
755-
[gen_mocks],
755+
# [gen_mocks], TODO: re-enable this when go is bumped to 1.23 and mocker is updated to >2.46.1
756756
[sync_secl_win_pkg],
757757
]
758758
failing_tasks = []

0 commit comments

Comments
 (0)