mirror of
https://github.com/actions/setup-go.git
synced 2025-04-24 01:50:52 +00:00
Revert "Remove the single quotes from go-version-file
"
This reverts commit ca4321abee
.
This commit is contained in:
parent
7d12e2b732
commit
1e17534d7e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue