Skip to content

Commit

Permalink
Disable cache in golangci job (#636)
Browse files Browse the repository at this point in the history
* Update ci.yml

* Update ci.yml
  • Loading branch information
mmorel-35 committed Jun 1, 2021
1 parent 1256f16 commit 6cde6b3
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6cde6b3

Please sign in to comment.