diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index a001184..fd5ebc2 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -21,8 +21,6 @@ jobs: uses: actions/setup-go@v3 with: go-version: 1.19 - cache: true - cache-dependency-path: go.sum - name: Install dependencies run: go get .