Revert ".github: fix"

This reverts commit 61b52ad27b.
This commit is contained in:
Felix Lange 2025-07-04 14:55:35 +02:00
parent 61b52ad27b
commit 2387d87d51
2 changed files with 7 additions and 3 deletions

View file

@ -17,6 +17,7 @@ jobs:
uses: actions/setup-go@v5 uses: actions/setup-go@v5
with: with:
go-version: 1.24 go-version: 1.24
cache: false
- name: Install cross toolchain - name: Install cross toolchain
run: | run: |
@ -57,6 +58,7 @@ jobs:
uses: actions/setup-go@v5 uses: actions/setup-go@v5
with: with:
go-version: 1.24 go-version: 1.24
cache: false
- name: Install cross toolchain - name: Install cross toolchain
run: | run: |
@ -130,6 +132,7 @@ jobs:
uses: actions/setup-go@v5 uses: actions/setup-go@v5
with: with:
go-version: 1.24 go-version: 1.24
cache: false
# Note: gcc.exe only works properly if the corresponding bin/ directory is # Note: gcc.exe only works properly if the corresponding bin/ directory is
# contained in PATH. # contained in PATH.
@ -166,6 +169,7 @@ jobs:
uses: actions/setup-go@v5 uses: actions/setup-go@v5
with: with:
go-version: 1.24 go-version: 1.24
cache: false
- name: Run docker build - name: Run docker build
env: env:

View file

@ -45,9 +45,9 @@ jobs:
uses: actions/setup-go@v5 uses: actions/setup-go@v5
with: with:
go-version: ${{ matrix.go }} go-version: ${{ matrix.go }}
cache-dependency-path: | cache-dependency-path: |
go.sum go.sum
build/checksums.txt build/checksums.txt
- name: Run tests - name: Run tests
run: go test ./... run: go test ./...