Skip to content

Commit

Permalink
Drop actions cache for setup-go (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
emcfarlane authored Oct 3, 2023
1 parent 4498b14 commit a473e2e
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 }}-validate-go-ci-${{ hashFiles('**/go.sum') }}
restore-keys: ${{ runner.os }}-validate-go-ci-
- name: Test
run: make test
- name: Lint
Expand Down

0 comments on commit a473e2e

Please sign in to comment.