This repository was archived by the owner on Jul 5, 2025. It is now read-only.
Bump golang.org/x/crypto from 0.31.0 to 0.35.0 #174
Annotations
4 errors and 2 warnings
|
Lint:
intstring_test.go#L170
[golangci] reported by reviewdog 🐶
The copy of the 'for' variable "name" can be deleted (Go 1.22+) (copyloopvar)
Raw Output:
intstring_test.go:170:3: The copy of the 'for' variable "name" can be deleted (Go 1.22+) (copyloopvar)
name, tt := name, tt
^
3 issues:
* copyloopvar: 3
|
|
Lint:
intstring_test.go#L106
[golangci] reported by reviewdog 🐶
The copy of the 'for' variable "name" can be deleted (Go 1.22+) (copyloopvar)
Raw Output:
intstring_test.go:106:3: The copy of the 'for' variable "name" can be deleted (Go 1.22+) (copyloopvar)
name, tt := name, tt
^
|
|
Lint:
intstring_test.go#L62
[golangci] reported by reviewdog 🐶
The copy of the 'for' variable "name" can be deleted (Go 1.22+) (copyloopvar)
Raw Output:
intstring_test.go:62:3: The copy of the 'for' variable "name" can be deleted (Go 1.22+) (copyloopvar)
name, tt := name, tt
^
|
|
Test
Process completed with exit code 1.
|
|
Lint
Input 'fail_on_error' has been deprecated with message: Deprecated, use `fail_level` instead.
|
|
Test
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
|