.github: fix

This commit is contained in:
Felix Lange 2025-07-04 14:55:50 +02:00
parent 2387d87d51
commit dce7eecf77

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 ./...