Skip to content

Commit 39ac0c6

Browse files
fix go setup task (#266)
1 parent f66baf7 commit 39ac0c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd-dgraph-js.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Set up Go
4444
uses: actions/setup-go@v5
4545
with:
46-
go-version-file: go.mod
46+
go-version-file: dgraph/go.mod
4747
- name: Build dgraph binary
4848
run: cd dgraph && make docker-image # also builds dgraph binary
4949
- name: Move dgraph binary to gopath

0 commit comments

Comments
 (0)