fix: add go mod tidy to generator
Some checks failed
CI Workflow / Check GoReleaser config (pull_request) Successful in 6s
CI Workflow / CI run build and linting (pull_request) Failing after 2m9s
CI Workflow / CI run tests (pull_request) Failing after 2m25s
CI Workflow / Code coverage report (pull_request) Has been skipped
CI Workflow / Test readiness for publishing provider (pull_request) Failing after 2m52s

This commit is contained in:
Marcel_Henselin 2026-03-02 10:57:27 +01:00
parent 79ca4b2ea0
commit 67a6017637

View file

@ -51,6 +51,7 @@ runs:
shell: bash shell: bash
run: | run: |
set -e set -e
cd generator && go mod tidy && cd ..
go run generator/main.go build go run generator/main.go build
- name: Run make to build app - name: Run make to build app