mirror of
https://github.com/coredns/coredns.git
synced 2025-12-03 17:14:05 -05:00
install faillint properly (#6194)
* install faillint properly Signed-off-by: Ondřej Benkovský <ondrej.benkovsky@jamf.com> * fixup! install faillint properly Signed-off-by: Ondřej Benkovský <ondrej.benkovsky@jamf.com> --------- Signed-off-by: Ondřej Benkovský <ondrej.benkovsky@jamf.com>
This commit is contained in:
2
.github/workflows/go.test.yml
vendored
2
.github/workflows/go.test.yml
vendored
@@ -63,7 +63,7 @@ jobs:
|
||||
|
||||
- name: Test
|
||||
run: |
|
||||
go install github.com/fatih/faillint || true
|
||||
go install github.com/fatih/faillint@latest
|
||||
( cd test; go test -race ./... )
|
||||
|
||||
test-makefile-release:
|
||||
|
||||
Reference in New Issue
Block a user