update chroma to v0.8.0 (#12337)

This commit is contained in:
techknowlogick
2020-07-27 13:18:02 -04:00
committed by GitHub
parent 4315e313d1
commit bfb25e4be1
19 changed files with 469 additions and 97 deletions

View File

@@ -4,7 +4,7 @@ go:
- "1.13.x"
script:
- go test -v ./...
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | bash -s v1.22.2
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | bash -s v1.26.0
- ./bin/golangci-lint run
- git clean -fdx .
after_success: