Added a description that go-version should be specified as a string type (#367)

This commit is contained in:
yukyan 2023-06-05 20:06:05 +09:00 committed by GitHub
parent a6259e5d50
commit 0e6baa5a93
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -237,7 +237,7 @@ input for the action:
uses: actions/setup-go@v4
with:
token: ${{ secrets.GH_DOTCOM_TOKEN }}
go-version: 1.18
go-version: '1.18'
```
If the runner is not able to access github.com, any Go versions requested during a workflow run must come from the