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

Update dependency golang to v1.20
This commit is contained in:
Christoph Petrausch
2023-03-08 10:36:38 +01:00
committed by GitHub

View File

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