Skip to content

build(deps): bump golang.org/x/term from 0.12.0 to 0.13.0 (#132) #657

build(deps): bump golang.org/x/term from 0.12.0 to 0.13.0 (#132)

build(deps): bump golang.org/x/term from 0.12.0 to 0.13.0 (#132) #657

Triggered via push October 13, 2023 11:34
Status Failure
Total duration 1m 45s
Artifacts

go.yml

on: push
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

14 errors and 10 warnings
[staticcheck] envutil/envutil_test.go#L84 <SA5012>(https://staticcheck.io/docs/checks#SA5012): envutil/envutil_test.go#L84
variadic argument "kvPairs" is expected to have even number of elements, but has 3 elements
Test on go 1.21 and ubuntu-latest
Process completed with exit code 1.
Test on go 1.20 and windows-latest
The job was canceled because "ubuntu-latest_1_21" failed.
Test on go 1.20 and windows-latest
The operation was canceled.
Test on go 1.19 and windows-latest
The job was canceled because "ubuntu-latest_1_21" failed.
Test on go 1.19 and windows-latest
The operation was canceled.
Test on go 1.21 and windows-latest
The job was canceled because "ubuntu-latest_1_21" failed.
Test on go 1.21 and windows-latest
The operation was canceled.
Test on go 1.20 and ubuntu-latest
The job was canceled because "ubuntu-latest_1_21" failed.
Test on go 1.20 and ubuntu-latest
The operation was canceled.
Test on go 1.19 and ubuntu-latest
The job was canceled because "ubuntu-latest_1_21" failed.
Test on go 1.19 and ubuntu-latest
The operation was canceled.
Test on go 1.20 and ubuntu-latest: encodes/hashutil/hashutil.go#L1
should have a package comment
Test on go 1.20 and ubuntu-latest: fmtutil/format.go#L68
if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary)
Test on go 1.20 and ubuntu-latest: sysutil/user_nonwin.go#L21
func ChangeUserUidGid should be ChangeUserUIDGid
Test on go 1.20 and ubuntu-latest: func.go#L49
comment on exported function SafeRunWithError should be of the form "SafeRunWithError ..."
Test on go 1.20 and ubuntu-latest: encodes/encodes.go#L1
should have a package comment
Test on go 1.20 and ubuntu-latest: testutil/httpmock.go#L31
func NewHttpRequest should be NewHTTPRequest
Test on go 1.20 and ubuntu-latest: strutil/check.go#L293
if block ends with a return statement, so drop this else and outdent its block
Test on go 1.20 and ubuntu-latest: strutil/convbase.go#L15
exported const Base10Chars should have comment (or a comment on this block) or be unexported
Test on go 1.20 and ubuntu-latest: strutil/convbase.go#L58
should drop = 0 from declaration of var dec; it is the zero value
Test on go 1.20 and ubuntu-latest: dump/dumper_test.go#L194
parameter 't' seems to be unused, consider removing or renaming it as _