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 b832097 commit 50e3b01Copy full SHA for 50e3b01
.github/workflows/rename-module.yml
@@ -27,6 +27,12 @@ jobs:
27
go mod edit -module github.com/ava-labs/go-ethereum;
28
find . -iname '*.go' -o -iname '*.txt' | xargs sed -i -E \
29
's|(["`]github\.com/)ethereum/go-ethereum|\1ava-labs/go-ethereum|g';
30
+
31
+ - name: Remnant references
32
+ run: |
33
+ find . -type f | \
34
+ xargs grep -In github.com/ethereum/go-ethereum | \
35
+ grep -v "https://github.com/ethereum/go-ethereum"
36
37
- name: Set up Go
38
uses: actions/setup-go@v5
0 commit comments