I’ll introduce how to install and manage multiple versions of k6 using the asdf plugin asdf-k6.
I needed to install k6 on M1 macOS, and decided to use asdf-k6 for managing multiple versions.
First, complete asdf のインストール [M1 macOS 編].
asdf plugin add k6
asdf list-all k6
asdf install k6 latest
asdf list k6
0.41.0
That’s all from the Gemba.