We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7eba4d4 commit 5f724f7Copy full SHA for 5f724f7
.github/workflows/bench.yaml
.github/workflows/ci.yaml
@@ -27,7 +27,7 @@ jobs:
27
runs-on: ubuntu-latest
28
strategy:
29
matrix:
30
- go-version: [ '1.24' ]
+ go-version: [ '1.22' ]
31
steps:
32
- uses: actions/checkout@v3
33
- uses: actions/setup-go@v3
@@ -86,4 +86,5 @@ jobs:
86
- name: Test Operator
87
working-directory: operator
88
run: |
89
+ go mod tidy
90
make test
0 commit comments