Skip to content

Commit

Permalink
remove cache
Browse files Browse the repository at this point in the history
  • Loading branch information
DeanHnter authored Apr 24, 2024
1 parent 99e278c commit eb08e92
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,6 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: '1.21'

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

- name: Setup GOPRIVATE
run: go env -w GOPRIVATE=github.com/CoreViewInc/CoreNiko
Expand Down

0 comments on commit eb08e92

Please sign in to comment.