Update go (#69)
Go / build (pull_request) Failing after 10s
Go / Test (pull_request) Failing after 1m33s

Reviewed-on: phoenix/textsender-api#69
Co-authored-by: phoenix <mail@kundeng.us>
Co-committed-by: phoenix <mail@kundeng.us>
This commit is contained in:
2026-05-03 17:16:15 -04:00
committed by phoenix
parent 69a20cfbbe
commit 9dc4336761
4 changed files with 55 additions and 55 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