Update go.fd.io/govpp and bump go version #3
ci.yaml
on: pull_request
yamllint
/
yamllint
9s
golangci-lint
/
golangci-lint
31s
checkgomod
/
checkgomod
12s
exclude-replace
/
excludereplace
4s
Matrix: build-and-test / build-and-test
Annotations
10 errors
golangci-lint / golangci-lint:
tools_test.go#L3
File is not `goimports`-ed (goimports)
|
golangci-lint / golangci-lint:
tools.go#L8
exported type `VPPConfigParameters` should have comment or be unexported (golint)
|
golangci-lint / golangci-lint:
tools.go#L13
exported function `NewVPPConfigFile` should have comment or be unexported (golint)
|
golangci-lint / golangci-lint:
vpp.conf.go#L21
exported const DefaultVPPConfTemplate should have comment (or a comment on this block) or be unexported (golint)
|
golangci-lint / golangci-lint:
connection.go#L25
import 'github.com/edwarnicke/log' is not allowed from list 'Main' (depguard)
|
golangci-lint / golangci-lint:
connection.go#L26
import 'github.com/pkg/errors' is not allowed from list 'Main' (depguard)
|
golangci-lint / golangci-lint:
start.go#L29
import 'github.com/edwarnicke/exechelper' is not allowed from list 'Main' (depguard)
|
golangci-lint / golangci-lint:
start.go#L32
import 'github.com/edwarnicke/log' is not allowed from list 'Main' (depguard)
|
golangci-lint / golangci-lint:
tools_test.go#L4
import 'github.com/networkservicemesh/vpphelper' is not allowed from list 'Main' (depguard)
|
golangci-lint / golangci-lint:
tools_test.go#L5
import 'github.com/stretchr/testify/require' is not allowed from list 'Main' (depguard)
|