tsk-41: Go version bump (#42)

Closes #41

Reviewed-on: phoenix/textsender-api#42
Co-authored-by: phoenix <kundeng00@pm.me>
Co-committed-by: phoenix <kundeng00@pm.me>
This commit is contained in:
phoenix
2025-11-24 21:21:24 +00:00
committed by phoenix
parent f69d56f527
commit 1646428016
4 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
# Multi-stage Dockerfile for Go application
FROM golang:1.25.3 AS builder
FROM golang:1.25.4 AS builder
WORKDIR /app