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 1931a6c commit 45b49fdCopy full SHA for 45b49fd
.github/workflows/build_external.yml
@@ -59,8 +59,10 @@ jobs:
59
path: chainlink
60
61
- name: Add replace directive for chipingress
62
+ working-directory: chainlink
63
run: |
- echo 'replace github.com/smartcontractkit/chainlink-common/pkg/chipingress => ./pkg/chipingress' >> go.mod
64
+ grep '^module ' go.mod # should output a module line
65
+ echo 'replace github.com/smartcontractkit/chainlink-common/pkg/chipingress => ../chainlink-common/pkg/chipingress' >> go.mod
66
go mod tidy
67
68
- name: Setup Go
0 commit comments