Skip to content

chore: bump github.com/stretchr/testify from 1.9.0 to 1.10.0 #125

chore: bump github.com/stretchr/testify from 1.9.0 to 1.10.0

chore: bump github.com/stretchr/testify from 1.9.0 to 1.10.0 #125

Triggered via pull request December 1, 2024 09:52
Status Failure
Total duration 53s
Artifacts

main.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 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)