update to go 1.24, prepare for grpc-gateway

This commit is contained in:
2025-03-24 09:48:38 -04:00
parent 787d065e69
commit 2c78dcc133
5 changed files with 40 additions and 26 deletions

View File

@ -17,6 +17,8 @@ proto: check_protoc $(API_DIR)
protoc --proto_path=proto \
--go_out=$(API_DIR) --go_opt=paths=source_relative \
--go-grpc_out=$(API_DIR) --go-grpc_opt=paths=source_relative \
--grpc-gateway_out=$(API_DIR) --grpc-gateway_opt=paths=source_relative \
--openapiv2_out=$(API_DIR) \
$(foreach dir, $(PROTO_DIRS), $(wildcard $(dir)/*.proto))
test: