From 2e1c70451829133c5f11a3b4688d3d126c3b4eb7 Mon Sep 17 00:00:00 2001 From: dm Date: Tue, 13 Aug 2024 11:11:19 +0800 Subject: [PATCH] 8 --- .gitea/workflows/build.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 7e632a4..5641f1e 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -22,6 +22,10 @@ jobs: with: fetch-depth: 0 - run: echo "🛠️ The Gitea Actions workflow is now ready to test your code on the runner." + - name: Install Go + run: | + apt-get update + apt-get install -y golang - name: Set Go Proxy run: go env -w GOPROXY=https://goproxy.cn,direct - name: Build Docker image