chore: bump golang.org/x/net from 0.30.0 to 0.32.0 #129
Annotations
10 errors and 2 warnings
lint:
js/vm.go#L218
S1000: should use a simple channel send/receive instead of `select` with a single case (gosimple)
|
lint:
js/scheduler.go#L180
S1005: unnecessary assignment to the blank identifier (gosimple)
|
lint:
js/vm_test.go#L101
S1012: should use `time.Since` instead of `time.Now().Sub` (gosimple)
|
lint:
context.go#L38
S1031: unnecessary nil check around range (gosimple)
|
lint:
ski/main.go#L139
S1038: should use fmt.Printf instead of fmt.Println(fmt.Sprintf(...)) (but don't forget the newline) (gosimple)
|
lint:
js/vm.go#L292
ineffectual assignment to value (ineffassign)
|
lint:
js/modules/http/http.go#L115
ineffectual assignment to ctx (ineffassign)
|
lint:
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)
|
lint:
context_test.go#L25
SA1029: should not use built-in type string as key for value; define your own type to avoid collisions (staticcheck)
|
lint:
schema_test.go#L30
SA1029: should not use built-in type string as key for value; define your own type to avoid collisions (staticcheck)
|
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|