Bump golang.org/x/sys from 0.14.0 to 0.17.0 #257
Annotations
10 errors and 4 warnings
lint:
internal/tool/main.go#L132
fmt.Errorf can be replaced with errors.New (perfsprint)
|
lint:
internal/asm/ops.go#L916
fmt.Errorf can be replaced with errors.New (perfsprint)
|
lint:
internal/monitor/image.go#L102
fmt.Errorf can be replaced with errors.New (perfsprint)
|
lint:
internal/vm/ops.go#L692
fmt.Sprintf can be replaced with just using the string (perfsprint)
|
lint:
internal/vm/ops.go#L772
fmt.Sprintf can be replaced with just using the string (perfsprint)
|
lint:
internal/log/log.go#L114
return statements should not be cuddled if block has more than two lines (wsl)
|
lint:
internal/tty/tty.go#L211
block should not end with a whitespace (or comment) (wsl)
|
lint:
internal/cli/cmd/exec.go#L168
return statements should not be cuddled if block has more than two lines (wsl)
|
lint:
internal/cli/cmd/exec.go#L172
return statements should not be cuddled if block has more than two lines (wsl)
|
lint:
internal/tool/main.go#L150
only one cuddle assignment allowed before if statement (wsl)
|
coverage
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v4, codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build-stable
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v4, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build-release
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|