mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-16 13:49:53 +05:00
fixed go vet warnings
This commit is contained in:
committed by
Dan Christian Bogos
parent
d507e29a8f
commit
6c8f53435b
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