diff --git a/.circleci/config.yml b/.circleci/config.yml index 0b7654d..86772c8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -3,7 +3,7 @@ jobs: build: working_directory: /go/src/github.com/wcharczuk/go-chart docker: - - image: circleci/golang:1.11 + - image: circleci/golang:1.15 steps: - checkout - run: @@ -11,7 +11,4 @@ jobs: command: make new-install - run: name: ci - command: make ci - - store_artifacts: - path: coverage.html - destination: coverage.html \ No newline at end of file + command: make ci \ No newline at end of file