bumping go version

This commit is contained in:
Will Charczuk 2020-11-22 16:42:17 -08:00
parent c1e01f305f
commit 953eb716ad

View file

@ -3,7 +3,7 @@ jobs:
build: build:
working_directory: /go/src/github.com/wcharczuk/go-chart working_directory: /go/src/github.com/wcharczuk/go-chart
docker: docker:
- image: circleci/golang:1.11 - image: circleci/golang:1.15
steps: steps:
- checkout - checkout
- run: - run:
@ -11,7 +11,4 @@ jobs:
command: make new-install command: make new-install
- run: - run:
name: ci name: ci
command: make ci command: make ci
- store_artifacts:
path: coverage.html
destination: coverage.html