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

chore(deps): update dependency golang to v1.19
This commit is contained in:
Christoph Petrausch
2022-08-30 15:20:43 +02:00
committed by GitHub

View File

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