Skip to content

Commit

Permalink
remove cache and test (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
guguducken authored Nov 17, 2023
1 parent c316b9e commit 8d03c5f
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/actions/setup_env/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,3 @@ runs:
uses: actions/setup-go@v3
with:
go-version: ${{ inputs.go-version }}

- uses: actions/cache@v3
name: Restore go mod cache
with:
path: |
~/.cache/go-build
~/go/pkg/mod
key: ${{ runner.os }}-go-mo-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-mo-

0 comments on commit 8d03c5f

Please sign in to comment.