Skip to content

Commit 73a14db

Browse files
refactor(proto): regenerate protos after gateway annotations removed (#1436)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 251481b commit 73a14db

4 files changed

Lines changed: 5978 additions & 9963 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ TAG := $(shell git rev-list --tags --max-count=1)
44
VERSION := $(shell git describe --tags ${TAG})
55
.PHONY: build check fmt lint test test-race vet test-cover-html help install proto admin-app compose-up-dev
66
.DEFAULT_GOAL := build
7-
PROTON_COMMIT := "330c7558f34570056814d418f99730fb45cfe80f"
7+
PROTON_COMMIT := "f8f6cd5b271d387cb99847a87b02a873df5b00ea"
88

99
admin-app:
1010
@echo " > generating admin build"

0 commit comments

Comments
 (0)