Update Go version to 1.25.0 in Dockerfile and go.mod
All checks were successful
🚨 Test Code Base / 🔍 🐹 Go Tests (push) Successful in 3m47s
🚨 Test Code Base / 🧹 Lint (push) Successful in 3m54s

This commit is contained in:
2025-08-30 22:27:13 -04:00
parent e4c248c835
commit d7389ce856

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.24.6' GO_VERSION: '1.25.0'
jobs: jobs:
test-go: test-go: