Skip to content

Commit

Permalink
0.15.5 (#386)
Browse files Browse the repository at this point in the history
* Proper version

* Release 0.15.3

* Release 0.15.3

* v0.15.5

* typo
  • Loading branch information
deniszh committed Oct 27, 2020
1 parent 8868b46 commit d216826
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,6 +1,6 @@
FROM golang:1.15.3-alpine3.12 AS build

ARG gocarbon_version=0.15.4
ARG gocarbon_version=0.15.5
ARG gocarbon_repo=https://github.com/go-graphite/go-carbon.git
RUN apk add --update git make \
&& git clone "${gocarbon_repo}" /usr/local/src/go-carbon \
Expand Down
3 changes: 1 addition & 2 deletions go-carbon.go
Expand Up @@ -13,7 +13,6 @@ import (
"runtime"
"strconv"
"syscall"

"github.com/lomik/zapwriter"
"github.com/prometheus/client_golang/prometheus"
"github.com/prometheus/client_golang/prometheus/promhttp"
Expand All @@ -27,7 +26,7 @@ import (
)

// Version of go-carbon
const Version = "0.15.4"
const Version = "0.15.5"

var BuildVersion = "(development version)"

Expand Down

0 comments on commit d216826

Please sign in to comment.