chore: add controller gen to codegen tools

This commit is contained in:
Stavros
2026-09-22 22:45:52 +03:00
parent b29e1bddc5
commit 314758bf68
2 changed files with 9 additions and 1 deletions
+3
View File
@@ -33,6 +33,9 @@ jobs:
with:
sqlc-version: "1.31.1"
- name: Setup controller-gen
run: go install sigs.k8s.io/controller-tools/cmd/controller-gen@v0.22.0
- name: Check codegen is up to date
run: |
sqlc generate