What this PR does / why we need it:
Currently the test execution fails with:
2024-02-29T12:49:15.472034131Z stderr F time="2024-02-29T12:49:15.471Z" level=info msg="capturing logs" argo=true
2024-02-29T12:49:15.476713874Z stderr F go: go.mod requires go >= 1.22.0 (running go 1.21.5; GOTOOLCHAIN=local)
2024-02-29T12:49:16.472789458Z stderr F time="2024-02-29T12:49:16.472Z" level=info msg="sub-process exited" argo=true error="<nil>"
2024-02-29T12:49:16.472830978Z stderr F time="2024-02-29T12:49:16.472Z" level=warning msg="cannot save artifact /tmp/tm/export" argo=true error="stat /tmp/tm/export: no such file or directory"
2024-02-29T12:49:16.47394268Z stderr F Error: exit status 1
Which issue(s) this PR fixes:
N/A
Special notes for your reviewer:
N/A
Release note:
An issue caused the test execution to fail due to outdated go version in the TestDefinition is now fixed.
How to categorize this PR?
/kind bug
What this PR does / why we need it: Currently the test execution fails with:
Which issue(s) this PR fixes: N/A
Special notes for your reviewer: N/A
Release note: