Skip to content

Commit

Permalink
Remove the single quotes from go-version-file
Browse files Browse the repository at this point in the history
  • Loading branch information
178inaba committed Feb 18, 2024
1 parent f4a0ed4 commit ca4321a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit ca4321a

Please sign in to comment.