Skip to content

Commit

Permalink
Use kind v0.25.0
Browse files Browse the repository at this point in the history
Signed-off-by: 1gtm <[email protected]>
  • Loading branch information
1gtm committed Dec 22, 2024
1 parent 329ca24 commit 5054e8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
- uses: actions/checkout@v1
- run: git checkout -b release-${GITHUB_REF_NAME}

- name: Set up Go 1.22
- name: Set up Go 1.23
uses: actions/setup-go@v1
with:
go-version: '1.22'
go-version: '1.23'
id: go

- name: Set up QEMU
Expand Down

0 comments on commit 5054e8a

Please sign in to comment.