Skip to content

Commit

Permalink
Fixed a bug with github actions gocaching logic
Browse files Browse the repository at this point in the history
  • Loading branch information
ellistarn committed Oct 23, 2021
1 parent 4987624 commit b7c698c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ jobs:
~/.cache/go-build
~/go/pkg/mod
~/go/bin/
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
key: gocache
- name: CI - Verifications and Tests
run: |
make toolchain
Expand Down

0 comments on commit b7c698c

Please sign in to comment.