Skip to content

Commit

Permalink
Merge pull request #167 from ncabatoff/fix-circleci
Browse files Browse the repository at this point in the history
Fix circleci builds
  • Loading branch information
ncabatoff authored Nov 3, 2020
2 parents 0822c61 + 274958e commit 178122a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 2
version: 2.1
executors:
golang:
docker:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 178122a

Please # to comment.