We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f2ec48 commit 7b7ce57Copy full SHA for 7b7ce57
.github/workflows/test5.yml
@@ -12,5 +12,5 @@ jobs:
12
- uses: actions/checkout@v4
13
- uses: actions/setup-go@v5
14
with:
15
- go-version-file: path/to/go.mod
+ go-version-file: 'path/to/go.mod'
16
- run: go version
0 commit comments