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

This commit is contained in:
2026-01-21 21:23:36 -05:00
parent 24873fb0d7
commit e489896af2
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 }}
env:
GO_VERSION: '1.25.3'
GO_VERSION: '1.25.6'
jobs:
test-go:

View File

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