Redis no longer experimental

I updated my container and it installed:
k6 --version
k6 v1.5.0 (commit/7961cefa12, go1.25.5, linux/amd64)

It told me redis was no longer experimental, so I replaced experimental with x, but now I get this all the time, it works but I suspect I’m running v1.4.2 and not v1.5.0

```
k6 run nordlink/nordlink-activateDay.js
INFO[0000] Automatic extension resolution is enabled. The current k6 binary doesn’t satisfy all dependencies, it’s required to provision a custom binary. deps=k6/x/redis
INFO[0000] A new k6 binary has been provisioned with version(s): k6:v1.4.2 k6/x/redis:v0.3.6
```

This is a minimalistic container, so I do not like to install the entire go toolchain and compile everything. docker scout reports some CWEs when I drag inn all dependencies for compiling go.

Hi @fenchu,

Can you please try this again - I do expect this was due to v1.5.0 not being added to the catalog fast enough and you getting an old build. At least for me locally it seems to be working as expected

Great now it is working, I was just a bit too fast, it took its time downloading but now we are on the same version. Thanks
```

Δ ~/projects/hvdc-k6 (main) $ k6 run nordlink/nordlink-activateDay.js 
INFO[0000] Automatic extension resolution is enabled. The current k6 binary doesn't satisfy all dependencies, it's required to provision a custom binary.  deps=k6/x/redis
INFO[0000] A new k6 binary has been provisioned with version(s): k6:v1.5.0 k6/x/redis:v0.3.6