updated ci config #26
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
dev.yaml
on: push
Golang Check
1m 35s
Unit Test
2s
Annotations
11 errors
Unit Test
The specified go version file at: go.mod does not exist
|
Golang Check:
pkg/types/slot/allocate.go#L46
Error return value of `(*github.com/alauda/redis-operator/pkg/types/slot.Slots).Set` is not checked (errcheck)
|
Golang Check:
pkg/types/slot/allocate.go#L107
Error return value of `(*github.com/alauda/redis-operator/pkg/types/slot.Slots).Set` is not checked (errcheck)
|
Golang Check:
pkg/types/slot/allocate.go#L108
Error return value of `(*github.com/alauda/redis-operator/pkg/types/slot.Slots).Set` is not checked (errcheck)
|
Golang Check:
pkg/types/slot/allocate_test.go#L27
Error return value of `s.Set` is not checked (errcheck)
|
Golang Check:
pkg/types/slot/slot.go#L99
Error return value of `s.Set` is not checked (errcheck)
|
Golang Check:
pkg/types/slot/slot_test.go#L145
Error return value of `slotsA.Set` is not checked (errcheck)
|
Golang Check:
pkg/types/slot/slot_test.go#L147
Error return value of `slotsA.Set` is not checked (errcheck)
|
Golang Check:
pkg/types/slot/slot_test.go#L150
Error return value of `slotsB.Set` is not checked (errcheck)
|
Golang Check:
pkg/types/slot/slot_test.go#L204
Error return value of `slots.Set` is not checked (errcheck)
|
Golang Check:
pkg/types/slot/slot_test.go#L205
Error return value of `slots.Set` is not checked (errcheck)
|