Merge pull request #153 from hikhvar/renovate/golang-1.x

Update dependency golang to v1.23
This commit is contained in:
Christoph Petrausch
2024-12-27 20:09:31 +01:00
committed by GitHub

View File

@@ -1,4 +1,4 @@
FROM golang:1.22 as builder
FROM golang:1.23 as builder
COPY . /build/mqtt2prometheus
WORKDIR /build/mqtt2prometheus