update-deps (#1)
All checks were successful
🚨 Test Code Base / 🔍 🐹 Go Tests (push) Successful in 1m22s
🚨 Test Code Base / 🧹 Lint (push) Successful in 1m31s
🏗️✨ Build Workflow / 🖥️ 🔨 Build (push) Successful in 11m11s

Reviewed-on: #1
Co-authored-by: Ron Rise <ron@siteworxpro.com>
Co-committed-by: Ron Rise <ron@siteworxpro.com>
This commit was merged in pull request #1.
This commit is contained in:
2025-08-26 16:36:17 +00:00
committed by Siteworx Pro Gitea
parent aa1699243a
commit ff66877192
12 changed files with 197 additions and 30 deletions

View File

@@ -1,10 +1,10 @@
FROM siteworxpro/golang:1.24.3 AS build
FROM siteworxpro/golang:1.24.6 AS build
WORKDIR /app
ADD . .
ENV GOPRIVATE=git.s.int
ENV GOPRIVATE=gitea.siteworxpro.com
ENV GOPROXY=direct
ENV CGO_ENABLED=0