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

Update dependency golang to v1.22
This commit is contained in:
Christoph Petrausch
2024-03-25 10:28:03 +01:00
committed by GitHub

View File

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