Skip to content

Commit

Permalink
Update goproxy for CN
Browse files Browse the repository at this point in the history
  • Loading branch information
varunch77 committed Jan 29, 2025
1 parent 61f35d3 commit 4b42baa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ec2-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ jobs:
git config --global http.lowSpeedLimit 0
git config --global http.lowSpeedTime 3600
- name: Set proxy to CN
run: |
go env -w GOPROXY=https://goproxy.cn
- uses: actions/checkout@v3
with:
repository: ${{inputs.test_repo_name}}
Expand Down

0 comments on commit 4b42baa

Please sign in to comment.