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

This reverts commit ca4321abee.
pull/458/head
Masahiro Furudate 1 year ago
parent 7d12e2b732
commit 1e17534d7e

@ -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
```

Loading…
Cancel
Save