diff --git a/.github/workflows/debug.yml b/.github/workflows/debug.yml index f3174575..e5135443 100644 --- a/.github/workflows/debug.yml +++ b/.github/workflows/debug.yml @@ -31,12 +31,6 @@ jobs: uses: actions/setup-go@v4 with: go-version: ${{ steps.version.outputs.go_version }} - - name: Cache go module - uses: actions/cache@v3 - with: - path: | - ~/go/pkg/mod - key: go-${{ hashFiles('**/go.sum') }} - name: Add cache to Go proxy run: | version=`git rev-parse HEAD` @@ -196,12 +190,6 @@ jobs: uses: actions/setup-go@v4 with: go-version: ${{ steps.version.outputs.go_version }} - - name: Cache go module - uses: actions/cache@v3 - with: - path: | - ~/go/pkg/mod - key: go-${{ hashFiles('**/go.sum') }} - name: Build id: build run: make diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index e0a5f56a..27502090 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -31,12 +31,6 @@ jobs: uses: actions/setup-go@v4 with: go-version: ${{ steps.version.outputs.go_version }} - - name: Cache go module - uses: actions/cache@v3 - with: - path: | - ~/go/pkg/mod - key: go-${{ hashFiles('**/go.sum') }} - name: golangci-lint uses: golangci/golangci-lint-action@v3 with: