gardener / gardener-extension-shoot-dns-service

Gardener extension controller for DNS services for shoot clusters.
https://gardener.cloud
Apache License 2.0
8 stars 35 forks source link

Bump golang version in TestDefinition to 1.22.0 #302

Closed ialidzhikov closed 8 months ago

ialidzhikov commented 8 months ago

How to categorize this PR?

/kind bug

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.