mirror of
https://github.com/tuneinsight/lattigo.git
synced 2025-09-13 03:27:14 +00:00
renamed tool cache and added goimports to pipeline
This commit is contained in:
committed by
Jean-Philippe Bossuat
parent
82b5dec472
commit
cf39d41a87
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user