From aeaea13ab792433e4f66625c963cd5bdeea8d73e Mon Sep 17 00:00:00 2001 From: logikonline Date: Wed, 4 Mar 2026 01:41:57 -0500 Subject: [PATCH] Update build.yml --- .gitea/workflows/build.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index b57bfae7c6..189fafc426 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -40,6 +40,9 @@ jobs: go-version: ${{ env.GO_VERSION }} cache: false + - name: Clear Go module cache + run: go clean -modcache + - name: Setup Node.js uses: actions/setup-node@v4 with: @@ -78,6 +81,9 @@ jobs: go-version: ${{ env.GO_VERSION }} cache: false + - name: Clear Go module cache + run: go clean -modcache + - name: Install dependencies run: go mod download @@ -125,6 +131,9 @@ jobs: go-version: ${{ env.GO_VERSION }} cache: false + - name: Clear Go module cache + run: go clean -modcache + - name: Setup Node.js uses: actions/setup-node@v4 with: