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:
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
command: make ci