It's Working!
All checks were successful
🏗️ ✨ Build Workflow / 🖥️ 🔨 Build Backend (push) Successful in 7m3s
🏗️ ✨ Build Workflow / 🚀 ✨ Deploy Application (push) Successful in 57s
🧪 ✨ Unit Tests Workflow / 🔍 🐹 Go Tests (push) Successful in 5m7s
🧪 ✨ Unit Tests Workflow / 🧪 📜 JavaScript Tests (push) Successful in 1m17s
🏗️ ✨ Build Workflow / 🖼️ 🔨 Build Frontend (push) Successful in 5m35s

This commit is contained in:
2025-05-16 08:50:55 -04:00
parent b9a6598e87
commit 95b626b439
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
FROM siteworxpro/golang:1.24.0 AS build
FROM siteworxpro/golang:1.24.3 AS build
WORKDIR /app

View File

@@ -1,6 +1,6 @@
module git.siteworxpro.com/reloading-manager/backend
go 1.24.0
go 1.24.3
require (
git.siteworxpro.com/packages/go/utilities v1.3.0