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 ce05414 commit 0b88d50
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/ci_reuse_go_cas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,15 @@ jobs:
with:
name: go-mod-cache
path: |
~/go/pkg/mod
~/.cache/go-build
- name: Archive Go modules cache
uses: actions/upload-artifact@v4
with:
name: go-mod
path: |
~/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 0b88d50

Please sign in to comment.