Skip to content

Commit

Permalink
add cache go mod files
Browse files Browse the repository at this point in the history
  • Loading branch information
ivvist committed Nov 17, 2024
1 parent 0b88d50 commit fd74401
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/ci_reuse_go_cas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,20 +71,13 @@ jobs:
with:
name: project-files
path: .

- name: Archive Go modules cache
uses: actions/upload-artifact@v4
with:
name: go-mod-cache
path: |
~/.cache/go-build

- name: Archive Go modules cache
uses: actions/upload-artifact@v4
with:
name: go-mod
name: go-mod-cache
path: |
~/go/pkg/mod
~/go/pkg/mod
# - name: Check copyright
# run: curl -s https://raw.githubusercontent.com/untillpro/ci-action/master/scripts/check_copyright.sh | bash -s "$(go env GOPATH)"
Expand Down

0 comments on commit fd74401

Please sign in to comment.