bumping go version
This commit is contained in:
parent
c1e01f305f
commit
953eb716ad
1 changed files with 2 additions and 5 deletions
|
|
@ -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
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue