Update Go version to 1.25.3 in Dockerfile and lint configuration
Some checks failed
🚨 Test Code Base / 🔍 🐹 Go Tests (push) Failing after 4m30s
🚨 Test Code Base / 🧹 Lint (push) Failing after 4m42s

This commit is contained in:
2026-01-21 21:16:44 -05:00
parent d321d96fef
commit 24873fb0d7
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ name: 🚨 Test Code Base
run-name: ${{ github.workflow }}-{{ github.ref_name }}-{{ github.run_number }} run-name: ${{ github.workflow }}-{{ github.ref_name }}-{{ github.run_number }}
env: env:
GO_VERSION: '1.25.0' GO_VERSION: '1.25.3'
jobs: jobs:
test-go: test-go:

View File

@@ -1,4 +1,4 @@
FROM siteworxpro/golang:1.25.0 AS build FROM siteworxpro/golang:1.25.3 AS build
WORKDIR /app WORKDIR /app