nolar/setup-k3d-k3s

Got `No matching K3s versions were found. ` when setup v1.21

iambocai opened this issue · 1 comments

When I use this script in gitlab ci to setup my test environment, it returns a fail message: No matching K3s versions were found.

image

I checked the code, found that currently action.sh only support latest 200 versions ( which >= v1.24.7-rc3+k3s1, and continue growth day by day), can we fix this?
image

curl --silent --fail --location "${authz[@]-}"  "https://api.github.com/repos/k3s-io/k3s/releases?per_page=999&page=2"

image