From 2387d87d511b0bc46629810adfb5e60faa9b8d73 Mon Sep 17 00:00:00 2001 From: Felix Lange Date: Fri, 4 Jul 2025 14:55:35 +0200 Subject: [PATCH] Revert ".github: fix" This reverts commit 61b52ad27b13bdf9affc6e541797170aaf22f358. --- .gitea/workflows/release.yml | 4 ++++ .github/workflows/go.yml | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index 368e1f50e3..f2dcc3ae96 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -17,6 +17,7 @@ jobs: uses: actions/setup-go@v5 with: go-version: 1.24 + cache: false - name: Install cross toolchain run: | @@ -57,6 +58,7 @@ jobs: uses: actions/setup-go@v5 with: go-version: 1.24 + cache: false - name: Install cross toolchain run: | @@ -130,6 +132,7 @@ jobs: uses: actions/setup-go@v5 with: go-version: 1.24 + cache: false # Note: gcc.exe only works properly if the corresponding bin/ directory is # contained in PATH. @@ -166,6 +169,7 @@ jobs: uses: actions/setup-go@v5 with: go-version: 1.24 + cache: false - name: Run docker build env: diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 249a2831bc..bcdf6ff53d 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -45,9 +45,9 @@ jobs: uses: actions/setup-go@v5 with: go-version: ${{ matrix.go }} - cache-dependency-path: | - go.sum - build/checksums.txt + cache-dependency-path: | + go.sum + build/checksums.txt - name: Run tests run: go test ./...