renamed tool cache and added goimports to pipeline

This commit is contained in:
Christian Mouchet
2022-05-17 14:54:37 +02:00
committed by Jean-Philippe Bossuat
parent 82b5dec472
commit cf39d41a87
2 changed files with 4 additions and 2 deletions

View File

@@ -17,9 +17,9 @@ jobs:
- uses: actions/cache@v3
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
key: ${{ runner.os }}-go-tools-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
${{ runner.os }}-go-tools
- name: Setup tools
run: make get_tools