<img width="1108" height="549" alt="Image" src="https://github.com/user-attachments/assets/389f5156-c28f-4dec-9b66-2a87252e8796" /> https://github.com/authzed/actions/blame/1342b8141c9b75b0a4a67fc4520a66d54432995d/setup-go/action.yaml#L7 why do we hardcode the version default there? why not pick it up from the `go.mod`? that's how the original setup-go action does it: https://github.com/actions/setup-go/blob/main/action.yml#L5-L8
https://github.com/authzed/actions/blame/1342b8141c9b75b0a4a67fc4520a66d54432995d/setup-go/action.yaml#L7
why do we hardcode the version default there? why not pick it up from the
go.mod? that's how the original setup-go action does it: https://github.com/actions/setup-go/blob/main/action.yml#L5-L8