Update module golang.org/x/sync to v0.7.0 #12
Annotations
2 errors
Lint:
resigif_test.go#L131
[golangci] reported by reviewdog 🐶
The copy of the 'for' variable "tt" can be deleted (Go 1.22+) (copyloopvar)
Raw Output:
resigif_test.go:131:3: The copy of the 'for' variable "tt" can be deleted (Go 1.22+) (copyloopvar)
tt := tt
^
|
Lint
reviewdog exited with status code: 1
|