Skip to content

Commit

Permalink
Fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangpengcheng committed Apr 7, 2024
1 parent 5d9e66f commit 8ba27f4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/olm-verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:
- name: checkout
uses: actions/checkout@v2

- 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/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
repository: ${{github.event.pull_request.head.repo.full_name}}
ref: ${{ github.event.pull_request.head.sha }}

- 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 8ba27f4

Please sign in to comment.