Skip to content

Commit

Permalink
#479: Remove "Cache go-licenses" step
Browse files Browse the repository at this point in the history
  • Loading branch information
kaklakariada committed Oct 23, 2023
1 parent 36104d7 commit 0f1610a
Showing 1 changed file with 4 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: "1.20"
cache-dependency-path: |
go.sum
.github/workflows/project-keeper-verify.yml
.github/workflows/project-keeper.sh
$npmSetup

Expand All @@ -39,16 +43,5 @@ $npmSetup
restore-keys: |
${{ runner.os }}-pk-
- name: Cache go-licenses
uses: actions/cache@v3
with:
path: |
~/.cache/go-build
~/go/pkg/mod
key: ${{ runner.os }}-go-licenses-${{ hashFiles('.github/workflows/project-keeper-verify.yml') }}
restore-keys: |
${{ runner.os }}-go-licenses-${{ hashFiles('.github/workflows/project-keeper-verify.yml') }}
${{ runner.os }}-go-licenses-
- name: Project Keeper Verify
run: ./.github/workflows/project-keeper.sh

0 comments on commit 0f1610a

Please sign in to comment.