From e6f4441137647e01947e1316932f16b39a167344 Mon Sep 17 00:00:00 2001 From: Ryan Parman Date: Fri, 1 Mar 2024 11:19:38 -0700 Subject: [PATCH] test: Allow outbound connections to *.golang.org. --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4000caf1..6680fc7d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,6 +28,8 @@ jobs: github.com:443 goreleaser.com:443 objects.githubusercontent.com:443 + proxy.golang.org:443 + sum.golang.org:443 - name: Checkout Source uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1