In scope of this release we added support for go.work file to pass it in go-version-file input.
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version-file: go.work
- run: go run hello.go
Besides, we added support to pass the token input through on GHES.