update to golang 1.27.0

This commit is contained in:
Joel Wetzell
2026-08-30 08:29:12 -05:00
parent 31dc7e1027
commit 10ca10db0d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
ARG GO_VERSION=1.26.3
ARG GO_VERSION=1.27.0
FROM golang:${GO_VERSION}-alpine AS build
RUN apk --no-cache add ca-certificates tzdata git
WORKDIR /build