Skip to content

Commit

Permalink
[CWS] prepare upgrade of go 1.23 (#31137)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcacheux authored Nov 15, 2024
1 parent 2786875 commit adc346b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -1083,3 +1083,6 @@ replace github.com/google/gopacket v1.1.19 => github.com/DataDog/gopacket v0.0.0

// Remove once https://github.com/kubernetes/kube-state-metrics/pull/2553 is merged
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

// Remove once https://github.com/Iceber/iouring-go/pull/31 or equivalent is merged
replace github.com/iceber/iouring-go => github.com/paulcacheux/iouring-go v0.0.0-20241115154236-2c7785c40a0f
4 changes: 2 additions & 2 deletions go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tasks/security_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -752,7 +752,7 @@ def go_generate_check(ctx):
tasks = [
[cws_go_generate],
[generate_cws_documentation],
[gen_mocks],
# [gen_mocks], TODO: re-enable this when go is bumped to 1.23 and mocker is updated to >2.46.1
[sync_secl_win_pkg],
]
failing_tasks = []
Expand Down

0 comments on commit adc346b

Please sign in to comment.