Skip to content

Commit 094628b

Browse files
chore(ci): update GOPATH in CI workflow configuration (#9580)
**Description** Fix the GOPATH in the jepsen workflow
1 parent df3e9d9 commit 094628b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-dgraph-jepsen-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- cron: 0 4 * * 3,6 # run twice weekly
66

77
env:
8-
GOPATH: /home/ubuntu/go
8+
GOPATH: /home/runner/go
99

1010
permissions:
1111
contents: read

0 commit comments

Comments
 (0)