Skip to content

Commit

Permalink
Merge pull request #192 from friedrichwilken/bump-golang-to-1.19.3
Browse files Browse the repository at this point in the history
bump golang to 1.19.3 in dockerfile for linux
  • Loading branch information
wallyqs authored Nov 2, 2022
2 parents 5527020 + 0763a50 commit 8f40861
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.19 AS build
FROM golang:1.19.3 AS build
COPY . /go/src/prometheus-nats-exporter
WORKDIR /go/src/prometheus-nats-exporter
RUN make prometheus-nats-exporter.docker
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import (
"github.com/nats-io/prometheus-nats-exporter/exporter"
)

var version = "0.10.0"
var version = "0.10.1"

// parseServerIDAndURL parses the url argument the optional id for the server ID.
func parseServerIDAndURL(urlArg string) (string, string, error) {
Expand Down

0 comments on commit 8f40861

Please sign in to comment.