don't call the golangci-lint workflow anymore

If we're renaming golangci-lint to linter (since it's now
our default linter), we no longer have a workflow named
golangci-lint, so we shouldn't be calling it or requiring
it from other workflows.
This commit is contained in:
Seebs 2019-04-08 11:33:21 -05:00
parent babcf8c331
commit 578ac76011

View file

@ -132,9 +132,6 @@ workflows:
- check-license-headers:
requires:
- setup
- golangci-lint:
requires:
- setup
- test-build-arm:
requires:
- setup
@ -162,7 +159,6 @@ workflows:
requires:
- linter
- check-license-headers
- golangci-lint
- test-golang-1.12
filters:
tags:
@ -177,4 +173,3 @@ workflows:
- linter
- check-license-headers
- test-golang-1.12
- golangci-lint