0
1
Fork 0

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
1 changed files with 1 additions and 1 deletions

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