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

Update dependency golang to v1.21
This commit is contained in:
Christoph Petrausch
2023-12-14 23:03:07 +01:00
committed by GitHub

View File

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