We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb7aa06 commit 43d25b9Copy full SHA for 43d25b9
.github/workflows/pr-build.yml
@@ -22,7 +22,7 @@ jobs:
22
uses: actions/checkout@v2
23
with:
24
repository: 'multiversx/mx-chain-go'
25
- ref: feat/chain-go-sdk
+ ref: 'feat/chain-go-sdk'
26
path: 'mx-chain-go'
27
28
- name: Check out code into the Go module directory
go.mod
@@ -2,7 +2,7 @@ module github.com/multiversx/mx-chain-simulator-go
2
3
go 1.20
4
5
-replace github.com/multiversx/mx-chain-go/sovereignnode => ../mx-chain-go/cmd/sovereignnode
+replace github.com/multiversx/mx-chain-go/sovereignnode => ../../mx-chain-go/cmd/sovereignnode
6
7
require (
8
github.com/btcsuite/websocket v0.0.0-20150119174127-31079b680792
0 commit comments