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

@@ -53,7 +53,7 @@ jobs:
- name: ⚙️ 🐹 Set up Go Environment - name: ⚙️ 🐹 Set up Go Environment
uses: actions/setup-go@v2 uses: actions/setup-go@v2
with: with:
go-version: '1.24.0' go-version: '1.24.3'
cache: true cache: true
- name: 📖 🔍 Checkout Repository Code - name: 📖 🔍 Checkout Repository Code
uses: actions/checkout@v2 uses: actions/checkout@v2

View File

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

View File

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