chore: bump golang.org/x/crypto from 0.29.0 to 0.30.0 #132
Annotations
10 errors and 1 warning
Run golangci/golangci-lint-action@v6:
js/modules/crypto/digest.go#L16
SA1019: "golang.org/x/crypto/ripemd160" is deprecated: RIPEMD-160 is a legacy hash and should not be used for new applications. Also, this package does not and will not provide an optimized implementation. Instead, use a modern hash like SHA-256 (from crypto/sha256). (staticcheck)
|
Run golangci/golangci-lint-action@v6:
js/vm.go#L218
S1000: should use a simple channel send/receive instead of `select` with a single case (gosimple)
|
Run golangci/golangci-lint-action@v6:
js/scheduler.go#L180
S1005: unnecessary assignment to the blank identifier (gosimple)
|
Run golangci/golangci-lint-action@v6:
js/vm_test.go#L101
S1012: should use `time.Since` instead of `time.Now().Sub` (gosimple)
|
Run golangci/golangci-lint-action@v6:
js/vm.go#L292
ineffectual assignment to value (ineffassign)
|
Run golangci/golangci-lint-action@v6:
js/vm_test.go#L18
SA1029: should not use built-in type string as key for value; define your own type to avoid collisions (staticcheck)
|
Run golangci/golangci-lint-action@v6:
js/modules/http/http.go#L115
ineffectual assignment to ctx (ineffassign)
|
Run golangci/golangci-lint-action@v6:
js/modules/http/response_test.go#L194
SA1029: should not use built-in type string as key for value; define your own type to avoid collisions (staticcheck)
|
Run golangci/golangci-lint-action@v6:
context.go#L38
S1031: unnecessary nil check around range (gosimple)
|
Run golangci/golangci-lint-action@v6:
context_test.go#L25
SA1029: should not use built-in type string as key for value; define your own type to avoid collisions (staticcheck)
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading