mirror of
https://code.forgejo.org/actions/setup-go.git
synced 2024-11-05 11:35:50 +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/setup-go@v5
|
||||
with:
|
||||
go-version-file: 'path/to/go.mod'
|
||||
go-version-file: path/to/go.mod
|
||||
- run: go version
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue