Update dependency golang to v1.20

This commit is contained in:
Renovate Bot
2023-03-07 14:31:43 +00:00
parent a5e579d1a4
commit 250183bd9f

View File

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