Skip to content

chore: bump github.com/ohler55/ojg from 1.24.1 to 1.25.0 #122

chore: bump github.com/ohler55/ojg from 1.24.1 to 1.25.0

chore: bump github.com/ohler55/ojg from 1.24.1 to 1.25.0 #122

Triggered via pull request November 1, 2024 09:36
Status Failure
Total duration 50s
Artifacts

main.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 errors
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)
test
Process completed with exit code 2.