update go (#42)

Reviewed-on: phoenix/textsender-auth#42
Co-authored-by: phoenix <mail@kundeng.us>
Co-committed-by: phoenix <mail@kundeng.us>
This commit is contained in:
2026-05-03 17:07:10 -04:00
committed by phoenix
parent f556d729a5
commit 2da394c7a4
4 changed files with 52 additions and 52 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
# Multi-stage Dockerfile for Go application
FROM golang:1.26.1 AS builder
FROM golang:1.26.2 AS builder
WORKDIR /app