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

pull/458/head
Masahiro Furudate 11 months ago
parent f4a0ed48b7
commit ca4321abee

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

Loading…
Cancel
Save