Adds support for go mod (finally) (#164)
This commit is contained in:
parent
962b9abdec
commit
c1468e8ae4
89 changed files with 1162 additions and 965 deletions
|
|
@ -3,15 +3,12 @@ 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:
|
||||
name: new-install
|
||||
command: make new-install
|
||||
- run:
|
||||
name: ci
|
||||
command: make ci
|
||||
- store_artifacts:
|
||||
path: coverage.html
|
||||
destination: coverage.html
|
||||
name: Continuous Integration
|
||||
command: make
|
||||
Loading…
Add table
Add a link
Reference in a new issue