Update go (#40)

Reviewed-on: phoenix/textsender-auth#40
Co-authored-by: phoenix <mail@kundeng.us>
Co-committed-by: phoenix <mail@kundeng.us>
This commit is contained in:
2026-04-04 22:09:10 -04:00
committed by phoenix
parent e06a54947f
commit f556d729a5
5 changed files with 76 additions and 69 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
# Multi-stage Dockerfile for Go application
FROM golang:1.25.4 AS builder
FROM golang:1.26.1 AS builder
WORKDIR /app