> But there is no standard way of describing the version of the program being installed Since go 1.16, you can use `go install module@version` and `go run module@version` to specify the version. _Originally posted by @silverwind in https://github.com/actions/setup-go/issues/483#issuecomment-2196622115_