diff --git a/.github/workflows/auto-upgrade-ci.yaml b/.github/workflows/auto-upgrade-ci.yaml index 109644f1a..34114d887 100644 --- a/.github/workflows/auto-upgrade-ci.yaml +++ b/.github/workflows/auto-upgrade-ci.yaml @@ -214,12 +214,7 @@ jobs: - name: Setup Golang uses: actions/setup-go@v5 with: - go-version: 1.21.4 - - - name: Install Kind Bin - uses: helm/kind-action@v1.10.0 - with: - install_only: true + go-version: 1.22.0 - name: Install Tools run: |