Open
Description
Go version
n/a
Output of go env
in your module/workspace:
n/a
What did you do?
want to use later golang than go.mod but compatible with go.mod
Support using a later patch release than what's in go.mod
Please ensure the action inherits actions/setup-go#481 when implemented.
What did you see happen?
1.22.0 go.mod results in 1.22.0 being used and no option to use later 1.22
What did you expect to see?
1.22.0 go.mod should use 1.22.7+ or latest available compatible with 1.22.0