Skip to content

Add support for go.work and pass the token input through on GHES

Compare
Choose a tag to compare
@dmitry-shibanov dmitry-shibanov released this 01 Dec 13:40
· 83 commits to main since this release
d0a58c1

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.