Skip to content

Commit

Permalink
Merge pull request #146 from hikhvar/renovate/golang-1.x
Browse files Browse the repository at this point in the history
Update dependency golang to v1.22
  • Loading branch information
hikhvar committed Mar 25, 2024
2 parents 5b7d22b + 8a47667 commit 8a185ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21 as builder
FROM golang:1.22 as builder

COPY . /build/mqtt2prometheus
WORKDIR /build/mqtt2prometheus
Expand Down

0 comments on commit 8a185ed

Please sign in to comment.