Skip to content

Commit

Permalink
fix: Upgrading CI setting kind cluster failed
Browse files Browse the repository at this point in the history
Signed-off-by: ty-dc <[email protected]>
  • Loading branch information
ty-dc committed Sep 4, 2024
1 parent 2db26bf commit 6ac296e
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/auto-upgrade-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -209,17 +209,12 @@ jobs:
uses: actions/checkout@v4
with:
persist-credentials: false
ref: ${{ needs.get_ref.outputs.old_version }}
ref: ${{ needs.get_ref.outputs.ref }}

- name: Setup Golang
uses: actions/setup-go@v5
with:
go-version: 1.21.4

- name: Install Kind Bin
uses: helm/[email protected]
with:
install_only: true
go-version: 1.22.0

- name: Install Tools
run: |
Expand Down

0 comments on commit 6ac296e

Please sign in to comment.