Skip to content

Commit

Permalink
Revert "Bumped golang to 1.18"
Browse files Browse the repository at this point in the history
This reverts commit c03839d.
  • Loading branch information
mfaizanse authored and wallyqs committed Apr 5, 2022
1 parent a380681 commit a119253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/linux/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.18 AS build
FROM golang:1.16 AS build
COPY . /go/src/prometheus-nats-exporter
WORKDIR /go/src/prometheus-nats-exporter
RUN make prometheus-nats-exporter.docker
Expand Down

0 comments on commit a119253

Please sign in to comment.