Skip to content

Commit

Permalink
fix(tests): use latest dnsseeder version
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavovalverde committed Jun 25, 2024
1 parent ed0740f commit 6c39f4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sub-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: |
echo "dnsseed:github.com/zcashfoundation/dnsseeder/dnsseed" >> plugin.cfg
echo "replace github.com/btcsuite/btcd => github.com/gtank/btcd v0.0.0-20191012142736-b43c61a68604" >> go.mod
go get github.com/zcashfoundation/dnsseeder/[email protected]-beta
go get github.com/zcashfoundation/dnsseeder/[email protected]
- name: Build
run: go build -v ./...
Expand Down

0 comments on commit 6c39f4f

Please sign in to comment.