Revert "Remove the single quotes from go-version-file"

This reverts commit ca4321abee.
This commit is contained in:
Masahiro Furudate 2024-04-10 13:25:50 +09:00
parent 7d12e2b732
commit 1e17534d7e

View file

@ -199,7 +199,7 @@ steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: path/to/go.mod
go-version-file: 'path/to/go.mod'
- run: go version
```