From ac34727b17129471e78741ccf445129a11255c9d Mon Sep 17 00:00:00 2001 From: Pavindu Lakshan Date: Wed, 16 Apr 2025 17:09:41 +0530 Subject: [PATCH] Add GOPROXY --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a1a4a10..4602de3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,6 +27,8 @@ on: jobs: update-and-release: runs-on: ubuntu-latest + env: + GOPROXY: https://proxy.golang.org if: github.event.pull_request.merged == true || github.event_name == 'workflow_dispatch' steps: - uses: actions/checkout@v2