From fc4f89804ce01f0c69565de0e6eb253f79a1bd61 Mon Sep 17 00:00:00 2001 From: Torben Nehmer Date: Sun, 12 Jul 2026 13:42:32 +0200 Subject: [PATCH] Remove temporary cache disablement in Go setup action --- .gitea/workflows/build.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index f4823f6..5204930 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -26,7 +26,6 @@ jobs: uses: actions/setup-go@v6 with: go-version: '1.26.x' - cache: false # temporary fix until we get the tooling on hephaestus running correctly - name: Show Go Version run: go version