Up dependencies and minimal go version to 2.22 #32
Annotations
10 errors and 1 warning
internal/objecthash/objecthash.go#L1
: cannot compile Go 1.22 code (typecheck)
|
receiver_func.go#L9
could not import github.com/geniusrabbit/notificationcenter/v2/decoder (-: cannot compile Go 1.22 code) (typecheck)
|
decoder/decoder.go#L1
: cannot compile Go 1.22 code (typecheck)
|
encoder/encoder.go#L1
: cannot compile Go 1.22 code (typecheck)
|
gochan/go.go#L70
p.ProcessMessage undefined (type *Proxy has no field or method ProcessMessage) (typecheck)
|
gochan/go_test.go#L26
proxy.Subscribe undefined (type *Proxy has no field or method Subscribe) (typecheck)
|
interval/subscriber.go#L46
s.ProcessMessage undefined (type *interval has no field or method ProcessMessage) (typecheck)
|
kafka/options.go#L12
could not import github.com/geniusrabbit/notificationcenter/v2/encoder (-: cannot compile Go 1.22 code) (typecheck)
|
kafka/options.go#L13
could not import github.com/geniusrabbit/notificationcenter/v2/internal/logger (-: cannot compile Go 1.22 code) (typecheck)
|
kafka/publisher.go#L21
could not import github.com/geniusrabbit/notificationcenter/v2/internal/bytebuffer (-: cannot compile Go 1.22 code) (typecheck)
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v3, actions/checkout@v3, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
This job failed
Loading