diff --git a/.gitea/workflows/release-tag.yml b/.gitea/workflows/release-tag.yml index f15f5f8..f402272 100644 --- a/.gitea/workflows/release-tag.yml +++ b/.gitea/workflows/release-tag.yml @@ -29,6 +29,7 @@ jobs: - uses: actions/setup-go@v5 with: go-version-file: 'go.mod' + cache: false - name: Build run: | diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 8adb63e..89c897d 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -15,6 +15,7 @@ jobs: - uses: actions/setup-go@v5 with: go-version-file: 'go.mod' + cache: false - name: Vet run: make vet