Skip to content

Commit

Permalink
Fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangpengcheng committed Apr 7, 2024
1 parent 24ef57b commit 9bcac87
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bundle-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ jobs:
username: ${{ secrets.DOCKER_USER }}
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Set up GO 1.20.4
- name: Set up GO 1.21.8
uses: actions/setup-go@v1
with:
go-version: 1.20.4
go-version: 1.21.8
id: go

- name: InstallKubebuilder
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ jobs:
username: ${{ secrets.DOCKER_USER }}
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Set up GO 1.20.4
- name: Set up GO 1.21.8
uses: actions/setup-go@v1
with:
go-version: 1.20.4
go-version: 1.21.8
id: go

- name: InstallKubebuilder
Expand Down

0 comments on commit 9bcac87

Please sign in to comment.