Update gomod for submodules #633
main.yml
on: pull_request
Format, compilation and lint check
54s
Matrix: run unit tests
Annotations
10 errors and 2 warnings
Format, compilation and lint check:
internal/prompt/prompt.go#L28
use of `fmt.Print` forbidden by pattern `^(fmt\.Print(|f|ln)|print|println)$` (forbidigo)
|
Format, compilation and lint check:
internal/prompt/prompt.go#L39
use of `fmt.Printf` forbidden by pattern `^(fmt\.Print(|f|ln)|print|println)$` (forbidigo)
|
Format, compilation and lint check:
internal/prompt/prompt.go#L55
use of `fmt.Print` forbidden by pattern `^(fmt\.Print(|f|ln)|print|println)$` (forbidigo)
|
Format, compilation and lint check:
internal/prompt/prompt.go#L60
use of `fmt.Print` forbidden by pattern `^(fmt\.Print(|f|ln)|print|println)$` (forbidigo)
|
Format, compilation and lint check:
internal/prompt/prompt.go#L149
use of `fmt.Println` forbidden by pattern `^(fmt\.Print(|f|ln)|print|println)$` (forbidigo)
|
Format, compilation and lint check:
internal/prompt/prompt.go#L174
use of `fmt.Println` forbidden by pattern `^(fmt\.Print(|f|ln)|print|println)$` (forbidigo)
|
Format, compilation and lint check:
internal/prompt/prompt.go#L187
use of `fmt.Println` forbidden by pattern `^(fmt\.Print(|f|ln)|print|println)$` (forbidigo)
|
Format, compilation and lint check:
internal/prompt/prompt.go#L282
use of `fmt.Printf` forbidden by pattern `^(fmt\.Print(|f|ln)|print|println)$` (forbidigo)
|
Format, compilation and lint check:
internal/prompt/prompt.go#L319
use of `fmt.Printf` forbidden by pattern `^(fmt\.Print(|f|ln)|print|println)$` (forbidigo)
|
Format, compilation and lint check:
waddrmgr/scoped_manager.go#L1656
string `account with the same name already exists` has 3 occurrences, make it a constant (goconst)
|
run unit tests (unit-cover)
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
|
run unit tests (unit-race)
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
|