diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 0c673d15f1..76b978e0ea 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -16,6 +16,10 @@ jobs: uses: actions/setup-go@v2 with: go-version: 1.21.4 + cache-dependency-path: | + go.mod + go.sum + - name: Run tests run: go test -short ./... env: