Codebase list golang-github-vbauerster-mpb / d0e2527
fix caching for windows Vladimir Bauer 4 years ago
1 changed file(s) with 3 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
2626 ~/go/pkg/mod
2727 ~/.cache/go-build
2828 ~/Library/Caches/go-build
29 %LocalAppData%\go-build
30 key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
29 ~\AppData\Local\go-build
30 key: ${{ runner.os }}-go-${{ matrix.go-version }}-${{ hashFiles('**/go.sum') }}
3131 restore-keys: |
32 ${{ runner.os }}-go-
32 ${{ runner.os }}-go-${{ matrix.go-version }}-
3333 - name: Test
3434 run: go test -race ./...