Skip to content

Commit

Permalink
Drop standalone cache action
Browse files Browse the repository at this point in the history
  • Loading branch information
akshayjshah committed Oct 3, 2023
1 parent 3a361ec commit 24c4426
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,6 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version }}
- name: Cache
uses: actions/cache@v3
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-httplb-ci-${{ hashFiles('**/go.sum') }}
restore-keys: ${{ runner.os }}-httplb-ci-
- name: Test
run: make test
- name: Lint
Expand Down

0 comments on commit 24c4426

Please sign in to comment.