Skip to content

Commit

Permalink
Revert "Remove the single quotes from go-version-file"
Browse files Browse the repository at this point in the history
This reverts commit ca4321a.
  • Loading branch information
178inaba committed Apr 10, 2024
1 parent 7d12e2b commit 1e17534
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 @@ -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
```
Expand Down

0 comments on commit 1e17534

Please sign in to comment.