Skip to content

Commit

Permalink
dev: remove redundant cache during build
Browse files Browse the repository at this point in the history
  • Loading branch information
spali committed Apr 17, 2024
1 parent f164701 commit 247b510
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,6 @@ jobs:
with:
go-version-file: go.mod
check-latest: true
- name: "Setup Go modules cache"
uses: "actions/cache@v4"
with:
path: "~/go/pkg/mod"
key: "${{ runner.os }}-go-${{ hashFiles('go.sum') }}"
restore-keys: "${{ runner.os }}-go-"
- name: Build Binary
run: go build .
- name: Run Test
Expand Down

0 comments on commit 247b510

Please sign in to comment.