diff --git a/.circleci/config.yml b/.circleci/config.yml index 3e45741..dacaf49 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,4 +1,4 @@ -version: 2 +version: 2.1 executors: golang: docker: diff --git a/Dockerfile b/Dockerfile index 1822aef..ae3f5ee 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # Start from a Debian image with the latest version of Go installed # and a workspace (GOPATH) configured at /go. -FROM golang:1.12 AS build +FROM golang:1.15 AS build #RUN curl -L -s https://github.com/golang/dep/releases/download/v0.5.0/dep-linux-amd64 -o $GOPATH/bin/dep #RUN chmod +x $GOPATH/bin/dep WORKDIR /go/src/github.com/ncabatoff/process-exporter