chore(deps): update dependency golang to v1.23

This commit is contained in:
Renovate Bot
2024-12-26 14:33:09 +00:00
parent 9309470930
commit d729a8b608
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.22 as builder
FROM golang:1.23 as builder
COPY . /build/mqtt2prometheus
WORKDIR /build/mqtt2prometheus