Skip to content

Commit

Permalink
bumping version of go to 1.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
domgreen committed Oct 1, 2019
1 parent 91fdbd6 commit 2c0e230
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.multi-stage
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.12.5-alpine3.9 as builder
FROM golang:1.13.1-alpine3.10 as builder

ADD . $GOPATH/src/github.com/thanos-io/thanos
WORKDIR $GOPATH/src/github.com/thanos-io/thanos
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.thanos-ci
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Available from https://hub.docker.com/r/circleci/golang/
FROM circleci/golang:1.12.5
FROM circleci/golang:1.13.1

ENV GOBIN=/go/bin

Expand Down
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,5 @@ replace (
k8s.io/klog => k8s.io/klog v0.3.1
k8s.io/kube-openapi => k8s.io/kube-openapi v0.0.0-20190228160746-b3a7cee44a30
)

go 1.13

0 comments on commit 2c0e230

Please sign in to comment.