Disable cache in golangci job (#636)

* Update ci.yml

* Update ci.yml
This commit is contained in:
Matthieu MOREL 2021-06-01 09:41:43 +02:00 committed by GitHub
parent 1256f16f33
commit 6cde6b3242
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,12 +12,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/cache@v2
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
with: