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 ae44b69 commit b065159
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/ci_reuse_go_cas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,19 +71,19 @@ jobs:
name: project-files
path: .

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

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

- 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 b065159

Please sign in to comment.