update go version

This commit is contained in:
Joel Wetzell
2026-04-08 07:32:29 -05:00
parent b5df389cb2
commit 91a89379c7
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
ARG GO_VERSION=1.26.0
ARG GO_VERSION=1.26.2
FROM golang:${GO_VERSION}-alpine AS build
RUN apk --no-cache add ca-certificates tzdata
WORKDIR /build