diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fdaacd792..48f30c015 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -54,7 +54,6 @@ jobs: uses: actions/setup-go@v5 with: go-version: '1.21' - cache: true - name: Build CLI run: make build @@ -137,7 +136,6 @@ jobs: uses: actions/setup-go@v5 with: go-version: '1.21' - cache: true - name: Login to DockerHub if: ${{ github.event_name == 'release' || (github.event_name == 'workflow_dispatch' && github.event.inputs.push_image == 'true') }} diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1c6123ec5..0a084a9f5 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -147,7 +147,6 @@ jobs: uses: actions/setup-go@v5 with: go-version: '${{ matrix.go_versions }}' - cache: true - name: Run tests run: go test -v -race ./...