0
1
Fork 0

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

This commit is contained in:
Masahiro Furudate 2024-02-18 20:03:16 +09:00
parent f4a0ed48b7
commit ca4321abee
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,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
```