Skip to content

Commit 5f724f7

Browse files
committed
Fix CI
Signed-off-by: Zike Yang <zike@apache.org>
1 parent 7eba4d4 commit 5f724f7

File tree

2 files changed

+2
-52
lines changed

2 files changed

+2
-52
lines changed

.github/workflows/bench.yaml

Lines changed: 0 additions & 51 deletions
This file was deleted.

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ubuntu-latest
2828
strategy:
2929
matrix:
30-
go-version: [ '1.24' ]
30+
go-version: [ '1.22' ]
3131
steps:
3232
- uses: actions/checkout@v3
3333
- uses: actions/setup-go@v3
@@ -86,4 +86,5 @@ jobs:
8686
- name: Test Operator
8787
working-directory: operator
8888
run: |
89+
go mod tidy
8990
make test

0 commit comments

Comments
 (0)