diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f192ccb..b6798ee 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -47,5 +47,6 @@ jobs: uses: actions/setup-go@v5 with: go-version: ${{ env.GO_VERSION }} + cache: false - name: Build binary run: GOOS=${{ matrix.goos }} GOARCH=${{ matrix.goarch }} go build