feat(server): tenant-registry skeleton boots against dev stack #4

Merged
sharang merged 5 commits from feat/skeleton into main 2026-05-19 09:35:04 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 86d3454069 - Show all commits
+1 -1
View File
@@ -1,6 +1,6 @@
# Multi-stage build for tenant-registry.
FROM golang:1.25-alpine AS build
FROM golang:1.24-alpine AS build
WORKDIR /src
COPY go.mod ./
RUN go mod download
+1 -1
View File
@@ -1,3 +1,3 @@
module gitea.meghsakha.com/platform/tenant-registry
go 1.25
go 1.24