Add GOPROXY

This commit is contained in:
Pavindu Lakshan 2025-04-16 17:09:41 +05:30
parent f17296f049
commit ac34727b17

View file

@ -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