Skip to content

Commit ca4321a

Browse files
committed
Remove the single quotes from go-version-file
1 parent f4a0ed4 commit ca4321a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ steps:
194194
- uses: actions/checkout@v4
195195
- uses: actions/setup-go@v5
196196
with:
197-
go-version-file: 'path/to/go.mod'
197+
go-version-file: path/to/go.mod
198198
- run: go version
199199
```
200200

0 commit comments

Comments
 (0)