From 1503b6888637a1fd9663582e0eb529e422a33435 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20H=C3=B6ppner?= Date: Tue, 19 May 2026 17:23:51 +0200 Subject: [PATCH] disable caching for Go setup action --- .gitea/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index b7b3c90..2d69e8b 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -19,7 +19,7 @@ jobs: uses: actions/setup-go@v5 with: go-version-file: go.mod - cache: true + cache: false - name: Build run: go build ./...