From 316d8446eee16f8ccdc698e67948373b199672c2 Mon Sep 17 00:00:00 2001 From: db123 Date: Tue, 23 Jun 2026 20:32:57 +0330 Subject: [PATCH] CI: set GOPROXY=direct to avoid proxy block --- .gitea/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 1effc3d..52d51e4 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -8,6 +8,8 @@ on: jobs: build: runs-on: ubuntu-latest + env: + GOPROXY: direct steps: - name: Install Node.js (required for GitHub Actions) run: |