Skip to content

Commit a82481b

Browse files
committed
downloading directly from Go is getting blocked when falling back
1 parent f98f863 commit a82481b

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/build_test_ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454
api.github.com:443
5555
github.com:443
5656
golang.org:443
57+
go.dev:443
5758
proxy.golang.org:443
5859
sum.golang.org:443
5960
*.githubusercontent.com:443

.github/workflows/go-analyze.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ jobs:
5050
github.com:443
5151
proxy.golang.org:443
5252
sum.golang.org:443
53+
go.dev:443
5354
*.githubusercontent.com:443
5455
auth.docker.io:443
5556
production.cloudflare.docker.com:443

.github/workflows/pull_request_ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ jobs:
5757
api.github.com:443
5858
github.com:443
5959
golang.org:443
60+
go.dev:443
6061
proxy.golang.org:443
6162
sum.golang.org:443
6263
*.githubusercontent.com:443

0 commit comments

Comments
 (0)