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