chore(deps): update dependency golang to v1.19

This commit is contained in:
Renovate Bot
2022-08-30 13:08:26 +00:00
parent 87ae532cec
commit 8dd70965aa

View File

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