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