You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 12, 2021. It is now read-only.
Since it tries to access the latest RC tag, the whole function fails:
INFO: Detecting agent go version
INFO: Detecting runtime version using https://raw.githubusercontent.com/kata-containers/agent/master/VERSION
INFO: Getting golang version from https://raw.githubusercontent.com/kata-containers/runtime/1.8.0-rc0/versions.yaml
curl: (22) The requested URL returned error: 404 Not Found
10:17:51 main [ERRO] asked to process document index 0 but there are only 0 document(s)
Expected result
To detect the correct go version.
Actual result
A 404 since 1.8.0-rc0 does not exist within this repository.