diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 2edc7d1..4e2ee7e 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -20,14 +20,6 @@ jobs: uses: actions/setup-go@v4 with: go-version: '1.23' - - name: Cache Go dependencies - uses: actions/cache@v2 - with: - path: ~/go/pkg/mod - key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }} - restore-keys: | - ${{ runner.os }}-go- - - name: Build run: go build -v ./...