Skip to content

Commit

Permalink
fix: temp disable linter build cache
Browse files Browse the repository at this point in the history
  • Loading branch information
shaneutt committed Aug 30, 2023
1 parent eb08da9 commit ac64702
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ jobs:
uses: actions/setup-go@v3
with:
go-version: '^1.19'

- name: Cache Go modules
uses: actions/cache@v3
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-build-codegen-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-build-codegen-
#
# - name: Cache Go modules
# uses: actions/cache@v3
# with:
# path: ~/go/pkg/mod
# key: ${{ runner.os }}-build-codegen-${{ hashFiles('**/go.sum') }}
# restore-keys: |
# ${{ runner.os }}-build-codegen-

- name: Checkout repository
uses: actions/checkout@v3
Expand Down

0 comments on commit ac64702

Please sign in to comment.