dev: update cache key

This commit is contained in:
Aleksandr Razumov 2020-05-04 15:37:23 +03:00
parent 04f51a5cf4
commit 908d91b088
No known key found for this signature in database
GPG Key ID: 1D14A82D2E311045

View File

@ -43,9 +43,9 @@ jobs:
- uses: actions/cache@v1 - uses: actions/cache@v1
with: with:
path: ~/go/pkg/mod path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }} key: ${{ runner.os }}-go-${{ matrix.golang }}-${{ hashFiles('**/go.sum') }}
restore-keys: | restore-keys: |
${{ runner.os }}-go- ${{ runner.os }}-go-${{ matrix.golang }}-
- name: Run tests on Unix-like operating systems - name: Run tests on Unix-like operating systems
run: make test run: make test
check_generated: check_generated: