We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69c7040 commit 457b5a0Copy full SHA for 457b5a0
.github/workflows/go.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Set up Go 1.x
25
uses: actions/[email protected]
26
with:
27
- go-version-file: go.mod
+ go-version-file: src/github.com/ikawaha/kanji/go.mod
28
29
- name: Build
30
run: go build -v ./...
0 commit comments