Closed as not planned
Description
Currently, the brew recipe just builds k6 with the latest go in brew.
We in generally do not update the go version exactly after it comes out as it usually has performance changes and sometimes even small brekaing changes for us(usually in tests).
In the past we also had had a couple of cases of changes in having significant changes on how k6 operates so it's not always just "bump the version" kind of change.
Every other official package has the version pinned except brew which makes little to no senses and makes thigns such as #2474 (comment) harder to diagnose for users.
While we can't do anything about every non official package we can at least make it work for the ones we control.