diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index f2dcc3ae96..368e1f50e3 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -17,7 +17,6 @@ jobs: uses: actions/setup-go@v5 with: go-version: 1.24 - cache: false - name: Install cross toolchain run: | @@ -58,7 +57,6 @@ jobs: uses: actions/setup-go@v5 with: go-version: 1.24 - cache: false - name: Install cross toolchain run: | @@ -132,7 +130,6 @@ 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. @@ -169,7 +166,6 @@ 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 bcdf6ff53d..249a2831bc 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 ./...