Add certificate store

This commit is contained in:
世界
2025-01-08 10:34:45 +08:00
parent fb2ff27861
commit d1b146f91e
30 changed files with 4786 additions and 32 deletions

View File

@@ -61,6 +61,9 @@ proto_install:
go install -v google.golang.org/protobuf/cmd/protoc-gen-go@latest
go install -v google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest
update_certificates:
go run ./cmd/internal/update_certificates
release:
go run ./cmd/internal/build goreleaser release --clean --skip publish
mkdir dist/release