mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Make go vet pass
This commit is contained in:
committed by
Dan Christian Bogos
parent
16a9c7033f
commit
969ef4b754
1
.github/workflows/build.yaml
vendored
1
.github/workflows/build.yaml
vendored
@@ -40,7 +40,6 @@ jobs:
|
||||
run: gofmt -s -w . && git diff --exit-code
|
||||
|
||||
- name: Go Vet
|
||||
continue-on-error: true # option will soon be removed
|
||||
run: go vet ./...
|
||||
|
||||
- name: Go Tidy
|
||||
|
||||
Reference in New Issue
Block a user