diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index cb00e79..e29a008 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -25,12 +25,6 @@ jobs: uses: actions/setup-go@v4 with: go-version: ${{ matrix.go-version }} - - name: Cache - uses: actions/cache@v3 - with: - path: ~/go/pkg/mod - key: ${{ runner.os }}-httplb-ci-${{ hashFiles('**/go.sum') }} - restore-keys: ${{ runner.os }}-httplb-ci- - name: Test run: make test - name: Lint