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

This commit is contained in:
Renovate
2024-08-13 23:00:14 +00:00
parent 5241d7a156
commit f7d64501f1
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.22.6 as builder
FROM golang:1.23.0 as builder
WORKDIR /src
COPY * ./
RUN go get