rename and frame out proto
All checks were successful
Build and Publish / release (push) Has been skipped
Build and Publish / check-chart (push) Successful in 19s
Build and Publish / helm-release (push) Has been skipped

This commit is contained in:
2025-07-08 14:32:56 -04:00
parent 686cdb80b5
commit bfcebb63c5
12 changed files with 45 additions and 14 deletions

View File

@ -8,7 +8,7 @@ PROTO_DIRS := $(wildcard proto/demo/app/*) # TODO: Update path (probably not dem
PLATFORMS := linux/amd64 linux/arm64 darwin/amd64 darwin/arm64
OUTPUT_DIR := bin
VER_PKG := gitea.libretechconsulting.com/rmcguire/go-app/pkg/config.Version
GIT_REPO := gitea.libretechconsulting.com/rmcguire/go-server-with-otel
GIT_REPO := gitea.libretechconsulting.com/rmcguire/class-server
all: proto test build docker