diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 2ceb873aad..1f7c890c9e 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -16,6 +16,7 @@ jobs: uses: actions/setup-go@v5 with: go-version: 1.21.4 + cache: false - name: Cache Go modules id: cache-go-mod