Skip to content

Commit

Permalink
Remove redundant cache action (#1099)
Browse files Browse the repository at this point in the history
  • Loading branch information
thom-at-redhat authored Jul 26, 2024
1 parent 6377f15 commit 91cf076
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,6 @@ jobs:
with:
go-version: ${{ matrix.go-version }}

- uses: actions/cache@v4
with:
path: |
~/.cache/go-build
~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
- name: build and install receptor
run: |
make build-all
Expand Down

0 comments on commit 91cf076

Please sign in to comment.