mirror of
https://github.com/actions/setup-go
synced 2024-11-09 15:12:40 +00:00
Remove the single quotes from go-version-file
This commit is contained in:
parent
f4a0ed48b7
commit
ca4321abee
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue