Skip to content

Commit 43d25b9

Browse files
PR build action
1 parent bb7aa06 commit 43d25b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/checkout@v2
2323
with:
2424
repository: 'multiversx/mx-chain-go'
25-
ref: feat/chain-go-sdk
25+
ref: 'feat/chain-go-sdk'
2626
path: 'mx-chain-go'
2727

2828
- name: Check out code into the Go module directory

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/multiversx/mx-chain-simulator-go
22

33
go 1.20
44

5-
replace github.com/multiversx/mx-chain-go/sovereignnode => ../mx-chain-go/cmd/sovereignnode
5+
replace github.com/multiversx/mx-chain-go/sovereignnode => ../../mx-chain-go/cmd/sovereignnode
66

77
require (
88
github.com/btcsuite/websocket v0.0.0-20150119174127-31079b680792

0 commit comments

Comments
 (0)