Skip to content

Commit

Permalink
update direct goproxy
Browse files Browse the repository at this point in the history
Signed-off-by: YashK <[email protected]>
  • Loading branch information
Yashk767 committed Oct 30, 2024
1 parent bcd55ac commit 27c2d8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
sudo apt-get update
sudo apt-get install -y npm ethereum
npm install
go env -w GOPROXY=https://proxy.golang.org,direct
go env -w GOPROXY=direct
go clean -modcache
go get github.com/ethereum/[email protected]
go install github.com/ethereum/go-ethereum/cmd/[email protected]
Expand Down

0 comments on commit 27c2d8d

Please sign in to comment.