chore(deps): update golang docker tag to v1.23.1

This commit is contained in:
Renovate
2024-09-06 05:36:49 +00:00
committed by argoyle
parent 24dfbd7f71
commit 8cc082ce70
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.23.0 as builder
FROM golang:1.23.1 as builder
WORKDIR /src
COPY * ./
RUN go get