We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f66baf7 commit 39ac0c6Copy full SHA for 39ac0c6
.github/workflows/cd-dgraph-js.yml
@@ -43,7 +43,7 @@ jobs:
43
- name: Set up Go
44
uses: actions/setup-go@v5
45
with:
46
- go-version-file: go.mod
+ go-version-file: dgraph/go.mod
47
- name: Build dgraph binary
48
run: cd dgraph && make docker-image # also builds dgraph binary
49
- name: Move dgraph binary to gopath
0 commit comments