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